Changeset 844 for branches


Ignore:
Timestamp:
Apr 25, 2007, 4:18:03 PM (16 years ago)
Author:
Peter
Message:

Fixes #122 and refs #123

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3.1/test/regression_test.cc

    r841 r844  
    437437  }
    438438
    439   if (md.standard_error2(z) != mdw.standard_error2(z)){
     439  if (fabs(md.standard_error2(z)-mdw.standard_error2(z))>10e-6){
    440440    ok = false;
    441441    *error << "Error: standard_error2 not equal\n"
Note: See TracChangeset for help on using the changeset viewer.