Cantera  2.3.0
SpeciesThermo.h
Go to the documentation of this file.
1 /**
2  * @file SpeciesThermo.h
3  * @deprecated To be removed after Cantera 2.3.
4  */
5 
6 #ifndef CT_SPECIESTHERMO_H
7 #define CT_SPECIESTHERMO_H
8 
9 #pragma message "Deprecated. SpeciesThermo.h will be removed after Cantera 2.3. Use MultiSpeciesThermo.h instead."
10 
11 #include "cantera/base/ct_defs.h"
12 #include "MultiSpeciesThermo.h"
13 
14 namespace Cantera
15 {
16 
17 //! @deprecated To be removed after Cantera 2.3. Use class MultiSpeciesThermo
18 //! instead.
20 {
21  SpeciesThermo() {
22  warn_deprecated("class SpeciesThermo", "To be removed after Cantera 2.3. "
23  "Use class MultiSpeciesThermo instead.");
24  }
25 };
26 
27 }
28 
29 #endif
Header for a general species thermodynamic property manager for a phase (see MultiSpeciesThermo).
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
void warn_deprecated(const std::string &method, const std::string &extra)
Print a warning indicating that method is deprecated.
Definition: global.cpp:54
A species thermodynamic property manager for a phase.
Namespace for the Cantera kernel.
Definition: application.cpp:29