Fixed an error
This commit is contained in:
parent
8e8aff1499
commit
8c1eb27639
2 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
INST_DIR=@ct_demodir@/python/equilibrium
|
||||
|
||||
PY_DEMOS = simple_test stoich_flame adiabatic_flame multiphase_plasma
|
||||
MAKE = make
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue