14 lines
315 B
C
Executable file
14 lines
315 B
C
Executable file
/**
|
|
* @file transport.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/thermo/SingleSpeciesTP.h"
|
|
|
|
#endif
|