Moved Mu0Poly.h to the include tree

This commit is contained in:
Harry Moffat 2012-04-09 16:02:56 +00:00
parent 99124c0dd6
commit 26791b6f6a
4 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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