Changeset 1660
- Timestamp:
- Dec 18, 2008, 4:19:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Suite.cc
r1658 r1660 96 96 { 97 97 // using the negated comparison to catch NaN problems 98 if (!(std::abs(a-b) <= last_error_bound)){98 if (!(std::abs(a-b) <= margin)){ 99 99 err() << "Error: Comparing " << a << " and " << b 100 100 << "\n Difference: " << a - b
Note: See TracChangeset
for help on using the changeset viewer.