From 824df8750c974e542ff7166c53d55abc90a6b743 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 13 Oct 2008 21:03:28 +0000 Subject: [PATCH] Rearranged the order --- tools/doc/Cantera.cfg.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/doc/Cantera.cfg.in b/tools/doc/Cantera.cfg.in index 10de7bca4..3fbfcc066 100755 --- a/tools/doc/Cantera.cfg.in +++ b/tools/doc/Cantera.cfg.in @@ -111,7 +111,9 @@ FILE_PATTERNS = Kinetics.h Kinetics.cpp \ SurfPhase.h EdgePhase.h SurfPhase.cpp \ LatticePhase.h LatticePhase.cpp \ SpeciesThermoFactory.h SpeciesThermoFactory.cpp \ - speciesThermoTypes.h SpeciesThermoMgr.h SpeciesThermo.h SpeciesThermoInterpType.h \ + speciesThermoTypes.h SpeciesThermoMgr.h SpeciesThermoInterpType.h \ + PDSS.h PDSS.cpp \ + SpeciesThermo.h \ NasaThermo.h NasaPoly1.h NasaPoly2.h \ ShomateThermo.h ShomatePoly.h SimpleThermo.h \ GeneralSpeciesThermo.h GeneralSpeciesThermo.cpp \ @@ -132,7 +134,6 @@ FILE_PATTERNS = Kinetics.h Kinetics.cpp \ VPSSMgr_Water_HKFT.h VPSSMgr_Water_HKFT.cpp \ VPSSMgr_General.h VPSSMgr_General.cpp \ VPSSMgrFactory.h VPSSMgrFactory.cpp \ - PDSS.h PDSS.cpp \ PDSS_ConstVol.h PDSS_ConstVol.cpp \ PDSS_IdealGas.h PDSS_IdealGas.cpp \ PDSS_Water.h PDSS_Water.cpp \