diff --git a/Cantera/python/examples/flames/npflame1/npflame1.py b/Cantera/python/examples/flames/npflame1/npflame1.py index 692e3f1e4..96fe85294 100644 --- a/Cantera/python/examples/flames/npflame1/npflame1.py +++ b/Cantera/python/examples/flames/npflame1/npflame1.py @@ -117,7 +117,7 @@ fcsv.close() print 'solution saved to npflame1.csv' f.showSolution() -f.showStats() +f.showStats(0) diff --git a/Cantera/python/examples/flames/npflame1/output_blessed_0.txt b/Cantera/python/examples/flames/npflame1/output_blessed_0.txt index d0eeebeb9..355a57a1d 100644 --- a/Cantera/python/examples/flames/npflame1/output_blessed_0.txt +++ b/Cantera/python/examples/flames/npflame1/output_blessed_0.txt @@ -2588,14 +2588,14 @@ solution saved to npflame1.csv Statistics: Grid Functions Time Jacobians Time - 8 589 1.2400 22 1.3700 - 8 820 1.7500 49 3.2200 - 13 1341 6.2100 45 6.8000 - 20 2488 19.5700 45 12.2500 - 30 253 3.1500 17 7.8000 - 44 61 1.1300 3 2.1700 - 66 25 0.7400 2 2.4100 - 106 31 1.4700 2 4.4300 - 155 24 1.6800 2 7.2600 - 173 12 0.9400 1 4.2700 - 178 2 0.1600 1 4.4600 + 8 589 NA 22 NA + 8 820 NA 49 NA + 13 1341 NA 45 NA + 20 2488 NA 45 NA + 30 253 NA 17 NA + 44 61 NA 3 NA + 66 25 NA 2 NA + 106 31 NA 2 NA + 155 24 NA 2 NA + 173 12 NA 1 NA + 178 2 NA 1 NA diff --git a/Cantera/python/examples/flames/npflame1/runtest b/Cantera/python/examples/flames/npflame1/runtest index 5d830d68a..bbea0cef4 100755 --- a/Cantera/python/examples/flames/npflame1/runtest +++ b/Cantera/python/examples/flames/npflame1/runtest @@ -2,7 +2,7 @@ # # temp_success="1" -/bin/rm -f output_0.txt npflame1.csv diff_csv.txt diff_out_0.txt +/bin/rm -f output_0.txt npflame1.csv diff_csv.txt diff_out_0.txt npflame1.xml ########################################################################## prog=npflame1.py @@ -40,7 +40,7 @@ then fi retnCSVTotal=1 -if test $retnStat_csv_0 = "1" +if test $retnStat_csv_0 = "0" then retnCSVTotal=0 fi @@ -57,7 +57,7 @@ else echo " see diff_csv.txt " if test $retnTotal != "0" then - echo " ASCII files are different too - see diff_test*.txt" + echo " ASCII files are different too - see diff_out_0.txt" fi fi