Cantera  2.3.0
GeneralSpeciesThermo.h
Go to the documentation of this file.
1 /**
2  * @file GeneralSpeciesThermo.h
3  * @deprecated To be removed after Cantera 2.3.
4  */
5 
6 #ifndef CT_GENERALSPECIESTHERMO_H
7 #define CT_GENERALSPECIESTHERMO_H
8 
9 #pragma message "Deprecated. GeneralSpeciesThermo.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 {
22  warn_deprecated("class GeneralSpeciesThermo", "To be removed after"
23  " Cantera 2.3. 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