From 26791b6f6aa7c3df17583ffb6587d8ece693c4de Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 9 Apr 2012 16:02:56 +0000 Subject: [PATCH] Moved Mu0Poly.h to the include tree --- {src => include/cantera}/thermo/Mu0Poly.h | 0 src/thermo/GeneralSpeciesThermo.cpp | 2 +- src/thermo/Mu0Poly.cpp | 2 +- src/thermo/SpeciesThermoFactory.cpp | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename {src => include/cantera}/thermo/Mu0Poly.h (100%) diff --git a/src/thermo/Mu0Poly.h b/include/cantera/thermo/Mu0Poly.h similarity index 100% rename from src/thermo/Mu0Poly.h rename to include/cantera/thermo/Mu0Poly.h diff --git a/src/thermo/GeneralSpeciesThermo.cpp b/src/thermo/GeneralSpeciesThermo.cpp index 5c871aa4b..634d9cab3 100644 --- a/src/thermo/GeneralSpeciesThermo.cpp +++ b/src/thermo/GeneralSpeciesThermo.cpp @@ -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 diff --git a/src/thermo/Mu0Poly.cpp b/src/thermo/Mu0Poly.cpp index 09fc760cc..5a7fe2778 100644 --- a/src/thermo/Mu0Poly.cpp +++ b/src/thermo/Mu0Poly.cpp @@ -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" diff --git a/src/thermo/SpeciesThermoFactory.cpp b/src/thermo/SpeciesThermoFactory.cpp index 2569d8d59..a90b277d6 100644 --- a/src/thermo/SpeciesThermoFactory.cpp +++ b/src/thermo/SpeciesThermoFactory.cpp @@ -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"