*** empty log message ***

This commit is contained in:
Dave Goodwin 2007-01-11 11:37:23 +00:00
parent bbca200cb9
commit e433bed576
2 changed files with 3 additions and 2 deletions

View file

@ -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")

View file

@ -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