cantera/Cantera/cxx/include/thermo.h
2008-01-09 13:43:26 +00:00

17 lines
388 B
C
Executable file

/**
* @file thermo.h
*
* Support for thermo property calculation from C++ application programs.
* This header file includes several headers from the Cantera kernel needed
* to evaluate thermo properties.
*/
#ifndef CT_THERMO_INCL
#define CT_THERMO_INCL
#include "kernel/ThermoFactory.h"
#include "importPhase.h"
#include "kernel/SurfPhase.h"
#include "kernel/EdgePhase.h"
#endif