Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
checkFinite.cpp File Reference

Declarations for routines that check for the presence of NaNs in the code. More...

#include "cantera/base/ct_defs.h"
#include <stdexcept>
#include <cstdio>
Include dependency graph for checkFinite.cpp:

Go to the source code of this file.

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Functions

void checkFinite (const double tmp)
 Check to see that a number is finite (not NaN, +Inf or -Inf) More...
 

Detailed Description

Declarations for routines that check for the presence of NaNs in the code.

Definition in file checkFinite.cpp.