Changed location of file.

This commit is contained in:
Harry Moffat 2009-03-25 00:24:52 +00:00
parent 47cc9986d4
commit 90012d90a0

View file

@ -60,7 +60,7 @@ echo " "
#################################################################
echo "Testing surface chemistry..."
$PYTHON_CMD ../../Cantera/python/examples/surface_chemistry/diamond.py > diamond.out
$PYTHON_CMD ../../Cantera/python/examples/surface_chemistry/diamond_cvd/diamond.py > diamond.out
retnStat=$?
if [ $retnStat != "0" ]
then