Changeset 1660


Ignore:
Timestamp:
Dec 18, 2008, 4:19:34 PM (15 years ago)
Author:
Peter
Message:

fixed compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Suite.cc

    r1658 r1660  
    9696  {
    9797    // using the negated comparison to catch NaN problems
    98     if (!(std::abs(a-b) <= last_error_bound)){
     98    if (!(std::abs(a-b) <= margin)){
    9999      err() << "Error: Comparing " << a << " and " << b
    100100            << "\n  Difference: " << a - b
Note: See TracChangeset for help on using the changeset viewer.