From 90012d90a0c316f721015a570491867d80ff3d48 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 25 Mar 2009 00:24:52 +0000 Subject: [PATCH] Changed location of file. --- test_problems/python/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/python/runtest b/test_problems/python/runtest index 88bf3dcdf..9d9286ded 100755 --- a/test_problems/python/runtest +++ b/test_problems/python/runtest @@ -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