Changeset 922 for trunk/test
- Timestamp:
- Oct 1, 2007, 8:22:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/data_lookup_1d_test.cc
r865 r922 53 53 } 54 54 55 56 55 *error << "Testing Lookup Classes" << std::endl; 57 56 bool ok = true; 58 59 60 61 if(!std::numeric_limits<double>::has_quiet_NaN) {62 *error << "Error: a compiler without quiet_NaN is used!\n"63 << "This will likely also mess up a lot of other yat tests\n";64 ok=false;65 return end_test(error,ok);66 }67 68 69 57 70 58 *error << "Testing DataLookup1D" << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.