Chaste  Release::2017.1
IsNan.hpp File Reference
#include <limits>
+ Include dependency graph for IsNan.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NAN   std::numeric_limits<double>::quiet_NaN()
 

Detailed Description

Compiler workarounds, for compilers which don't include std::isnan (from C99).

Definition in file IsNan.hpp.

Macro Definition Documentation

#define NAN   std::numeric_limits<double>::quiet_NaN()

A NAN macro for compilers which don't have this GNU extension.

Definition at line 73 of file IsNan.hpp.

Referenced by CellwiseOdeSystemInformation< ODE_SYSTEM >::Initialise().