Fixed an error

This commit is contained in:
Harry Moffat 2009-07-17 20:15:02 +00:00
parent 8e8aff1499
commit 8c1eb27639
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
#!/bin/sh
INST_DIR=@ct_demodir@/python/equilibrium
PY_DEMOS = simple_test stoich_flame adiabatic_flame multiphase_plasma
MAKE = make

View file

@ -5,7 +5,6 @@ temp_success="1"
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt
##########################################################################
PYTHON_CMD=@PYTHON_CMD@
prog=simple.py
if test ! -f $prog ; then
echo $prog ' does not exist'