[Thermo] Make header files for SpeciesThermoInterpType descendants public
This commit is contained in:
parent
5b1b08849c
commit
787c90adeb
9 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
// Copyright 2001 California Institute of Technology
|
||||
|
||||
#include "ConstCpPoly.h"
|
||||
#include "cantera/thermo/ConstCpPoly.h"
|
||||
|
||||
namespace Cantera
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
#include "cantera/thermo/GeneralSpeciesThermo.h"
|
||||
#include "cantera/thermo/NasaPoly1.h"
|
||||
#include "NasaPoly2.h"
|
||||
#include "ShomatePoly.h"
|
||||
#include "ConstCpPoly.h"
|
||||
#include "cantera/thermo/NasaPoly2.h"
|
||||
#include "cantera/thermo/ShomatePoly.h"
|
||||
#include "cantera/thermo/ConstCpPoly.h"
|
||||
#include "cantera/thermo/Mu0Poly.h"
|
||||
#include "cantera/thermo/AdsorbateThermo.h"
|
||||
#include "cantera/thermo/SpeciesThermoFactory.h"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
// Copyright 2007 Sandia National Laboratories
|
||||
|
||||
#include "cantera/base/ctexceptions.h"
|
||||
#include "Nasa9PolyMultiTempRegion.h"
|
||||
#include "cantera/thermo/Nasa9PolyMultiTempRegion.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#define CT_SHOMATETHERMO_H
|
||||
|
||||
#include "cantera/thermo/SpeciesThermoMgr.h"
|
||||
#include "ShomatePoly.h"
|
||||
#include "cantera/thermo/ShomatePoly.h"
|
||||
#include "cantera/base/global.h"
|
||||
#include "cantera/base/utilities.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include "cantera/thermo/SimpleThermo.h"
|
||||
#include "cantera/thermo/GeneralSpeciesThermo.h"
|
||||
#include "cantera/thermo/Mu0Poly.h"
|
||||
#include "Nasa9PolyMultiTempRegion.h"
|
||||
#include "cantera/thermo/Nasa9PolyMultiTempRegion.h"
|
||||
#include "cantera/thermo/Nasa9Poly1.h"
|
||||
#include "cantera/thermo/StatMech.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue