Changeset 922 for trunk/test


Ignore:
Timestamp:
Oct 1, 2007, 8:22:52 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes #190. configure now checks for quite Nan. Check for this removed in test program.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/data_lookup_1d_test.cc

    r865 r922  
    5353  }
    5454 
    55 
    5655  *error << "Testing Lookup Classes" << std::endl;
    5756  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 
    6957
    7058  *error << "Testing DataLookup1D" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.