Cantera  2.3.0
StoichSubstanceSSTP.h
1 #ifndef CT_STOICHSUBSTANCESSTP_H
2 #define CT_STOICHSUBSTANCESSTP_H
3 
4 #include "StoichSubstance.h"
5 
6 #pragma message "cantera/thermo/StoichSubstanceSSTP.h and class StoichSubstanceSSTP are deprecated. Use StoichSubstance.h and class StoichSubstance instead. To be removed after Cantera 2.3."
7 
8 namespace Cantera {
9  typedef StoichSubstance StoichSubstanceSSTP;
10 }
11 
12 #endif
Header file for the StoichSubstance class, which represents a fixed-composition incompressible substa...
Namespace for the Cantera kernel.
Definition: application.cpp:29