[Thermo] Make header files for SpeciesThermoInterpType descendants public

This commit is contained in:
Ray Speth 2014-10-03 01:45:58 +00:00
parent 5b1b08849c
commit 787c90adeb
9 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
*/
// Copyright 2001 California Institute of Technology
#include "ConstCpPoly.h"
#include "cantera/thermo/ConstCpPoly.h"
namespace Cantera
{

View file

@ -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"

View file

@ -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;

View file

@ -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"

View file

@ -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"