From ba3601c041d69ba20463bbcb90aea3cff6f3fc40 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 20 Jun 2006 22:36:12 +0000 Subject: [PATCH] Changed surfdemo.cpp to read gri30.xml. Thus, this test will pass if python option is set to none. --- test_problems/surfkin/surfdemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/surfkin/surfdemo.cpp b/test_problems/surfkin/surfdemo.cpp index d430c585f..0aad0cf7f 100644 --- a/test_problems/surfkin/surfdemo.cpp +++ b/test_problems/surfkin/surfdemo.cpp @@ -18,7 +18,7 @@ using namespace Cantera; int main() { try { - IdealGasMix gas("gri30.cti", "gri30"); + IdealGasMix gas("gri30.xml", "gri30"); gas.setState_TPX(1200.0, OneAtm, "H2:2, O2:1, OH:0.01, H:0.01, O:0.01");