Fixed equilibrium.h. vcs_MultiPhaseEquil.h needed to be conditionally

included.

Added more clean rules.
This commit is contained in:
Harry Moffat 2009-04-04 03:27:43 +00:00
parent 2115e4b0d5
commit 653109129f
2 changed files with 3 additions and 1 deletions

View file

@ -20,7 +20,7 @@ CXX_H = Cantera.h equilibrium.h IncompressibleSolid.h \
Metal.h PureFluid.h transport.h Edge.h \
IdealGasMix.h Interface.h numerics.h \
reactionpaths.h zerodim.h importPhase.h thermo.h \
radiation.h spectra.h electrolyteThermo.h Cantera.mak
radiation.h spectra.h electrolyteThermo.h Cantera.mak Cantera_bt.mak
all:
@(cd include ; \

View file

@ -11,7 +11,9 @@
#include "kernel/equil.h"
#include "kernel/ChemEquil.h"
#include "kernel/MultiPhaseEquil.h"
#ifdef WITH_VCSNONIDEAL
#include "kernel/vcs_MultiPhaseEquil.h"
#endif
#endif