From e433bed576ba293e66c5b9b623d82b72de66d377 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Thu, 11 Jan 2007 11:37:23 +0000 Subject: [PATCH] *** empty log message *** --- apps/MixMaster/ThermoFrame.py | 3 ++- preconfig | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/MixMaster/ThermoFrame.py b/apps/MixMaster/ThermoFrame.py index c2c52f5ab..661f5cb2f 100644 --- a/apps/MixMaster/ThermoFrame.py +++ b/apps/MixMaster/ThermoFrame.py @@ -134,7 +134,8 @@ class ThermoFrame(Frame): elif self.prop[_INTENERGY].isChecked() \ and self.prop[_DENSITY].isChecked(): self.mix.set(density = self.prop[_DENSITY].get(), - intEnergy = self.prop[_INTENERGY].get()) + intEnergy = self.prop[_INTENERGY].get(), + equil=i) else: if self.warn > 0: handleError("unsupported property pair") diff --git a/preconfig b/preconfig index 2dc561f8c..dde144ecc 100755 --- a/preconfig +++ b/preconfig @@ -77,7 +77,7 @@ USE_NUMERIC=${USE_NUMERIC:="default"} # If numarray was installed using the --home option, set this to the # home directory for numarray. -NUMARRAY_HOME=${NUMARRAY_HOME:=""} +#NUMARRAY_HOME=${NUMARRAY_HOME:="$HOME/python_packages"} # If you want to install the Cantera Python package somewhere other # than the default 'site-packages' directory within the Python library