Cantera  2.3.0
surface.h
Go to the documentation of this file.
1 /**
2  * @file surface.h
3  * @deprecated To be removed after Cantera 2.3.
4  */
5 
6 #ifndef CT_SURFACE_INCL
7 #define CT_SURFACE_INCL
8 
9 #pragma message "Deprecated. surface.h will be removed after Cantera 2.3. Include relevant headers directly."
10 
11 #include "thermo/SurfPhase.h"
13 
14 #endif
Header for a simple thermodynamics model of a surface phase derived from ThermoPhase, assuming an ideal solution model (see Thermodynamic Properties and class SurfPhase).