Moved Mu0Poly.h to the include tree
This commit is contained in:
parent
99124c0dd6
commit
26791b6f6a
4 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include "NasaPoly2.h"
|
||||
#include "ShomatePoly.h"
|
||||
#include "ConstCpPoly.h"
|
||||
#include "Mu0Poly.h"
|
||||
#include "cantera/thermo/Mu0Poly.h"
|
||||
#ifdef WITH_ADSORBATE
|
||||
#include "cantera/thermo/AdsorbateThermo.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* on a piecewise constant mu0 interpolation
|
||||
* (see \ref spthermo and class \link Cantera::Mu0Poly Mu0Poly\endlink).
|
||||
*/
|
||||
#include "Mu0Poly.h"
|
||||
#include "cantera/thermo/Mu0Poly.h"
|
||||
#include "cantera/base/ctexceptions.h"
|
||||
#include "cantera/thermo/speciesThermoTypes.h"
|
||||
#include "cantera/thermo/SpeciesThermo.h"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ using namespace std;
|
|||
#include "ShomateThermo.h"
|
||||
#include "cantera/thermo/SimpleThermo.h"
|
||||
#include "cantera/thermo/GeneralSpeciesThermo.h"
|
||||
#include "Mu0Poly.h"
|
||||
#include "cantera/thermo/Mu0Poly.h"
|
||||
#include "Nasa9PolyMultiTempRegion.h"
|
||||
#include "cantera/thermo/Nasa9Poly1.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue