From 41e48980a055bc8248883cc80ba115714bf14f3c Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 19 Apr 2009 20:25:23 +0000 Subject: [PATCH] Reblessed solution --- Cantera/python/examples/fuel_cells/output_blessed_0.txt | 4 ++-- Cantera/python/examples/fuel_cells/runtest.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cantera/python/examples/fuel_cells/output_blessed_0.txt b/Cantera/python/examples/fuel_cells/output_blessed_0.txt index 39c725a87..851bc0f97 100644 --- a/Cantera/python/examples/fuel_cells/output_blessed_0.txt +++ b/Cantera/python/examples/fuel_cells/output_blessed_0.txt @@ -29,9 +29,9 @@ OH'(ox) 0.0002061 H2O(ox) 1.12e-09 -ocv from zero current is: 1.1375780672 +ocv from zero current is: 1.13757806928 OCV from thermo equil is: 1.1375780672 Ea0 = -0.733444291655 -Ec0 = 0.404133775541 +Ec0 = 0.404133777622 polarization curve data written to file sofc.csv diff --git a/Cantera/python/examples/fuel_cells/runtest.in b/Cantera/python/examples/fuel_cells/runtest.in index e615d43cf..391e0d301 100755 --- a/Cantera/python/examples/fuel_cells/runtest.in +++ b/Cantera/python/examples/fuel_cells/runtest.in @@ -31,7 +31,7 @@ fi diff -w output_blessed_0.txt output_0.txt > diff_out_0.txt retnStat_0=$? -csvdiff -a 1.0E-50 sofc_blessed_0.csv sofc.csv > diff_csv.txt +csvdiff -a 1.0E-12 sofc_blessed_0.csv sofc.csv > diff_csv.txt retnStat_csv_0=$? retnTotal=1