diff --git a/Cantera/cxx/include/thermo.h b/Cantera/cxx/include/thermo.h new file mode 100755 index 000000000..41291fcee --- /dev/null +++ b/Cantera/cxx/include/thermo.h @@ -0,0 +1,14 @@ +/** + * @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