From 9c989652258812263772fb78511d235116e01226 Mon Sep 17 00:00:00 2001 From: John Hewson Date: Fri, 23 Oct 2009 22:52:26 +0000 Subject: [PATCH] Added PDSS_SSVol.cpp to Makefile.in --- Cantera/src/thermo/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cantera/src/thermo/Makefile.in b/Cantera/src/thermo/Makefile.in index 3a31d01d4..fee9e7dfc 100644 --- a/Cantera/src/thermo/Makefile.in +++ b/Cantera/src/thermo/Makefile.in @@ -40,7 +40,7 @@ THERMO_OBJ = State.o Elements.o Constituents.o Phase.o \ ThermoFactory.o phasereport.o SpeciesThermoInterpType.o \ VPSSMgr.o VPSSMgrFactory.o VPSSMgr_General.o IdealSolnGasVPSS.o \ VPSSMgr_IdealGas.o VPSSMgr_ConstVol.o PDSS_ConstVol.o PDSS_IdealGas.o \ - @phase_object_files@ + PDSS_SSVol.o @phase_object_files@ THERMO_H = State.h Elements.h Constituents.h Phase.h mix_defs.h \ ThermoPhase.h IdealGasPhase.h ConstDensityThermo.h \ @@ -54,7 +54,7 @@ THERMO_H = State.h Elements.h Constituents.h Phase.h mix_defs.h \ EdgePhase.h \ VPSSMgr.h VPSSMgrFactory.h VPSSMgr_General.h IdealSolnGasVPSS.h \ VPSSMgr_IdealGas.h VPSSMgr_ConstVol.h PDSS_ConstVol.h PDSS_IdealGas.h \ - @phase_header_files@ + PDSS_SSVol.h @phase_header_files@ # Extended Cantera Thermodynamics Object Files