From 8697799c532ce55f8c6f4ca613406d2574532589 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 20 Aug 2006 00:13:21 +0000 Subject: [PATCH] Changed the name of the input routine to gri.xml from gri.ctml. This test is always run, so it must be run even if minimal python installation isn't done. Therefore, xml files must be used as input. --- examples/cxx/kinetics_example3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cxx/kinetics_example3.cpp b/examples/cxx/kinetics_example3.cpp index d00d3f8c9..e2d1c359a 100644 --- a/examples/cxx/kinetics_example3.cpp +++ b/examples/cxx/kinetics_example3.cpp @@ -53,7 +53,7 @@ int kinetics_example3(int job) { // create an ideal gas mixture that corresponds to GRI-Mech // 3.0 - IdealGasMix* gg = new IdealGasMix("gri30.cti", "gri30"); + IdealGasMix* gg = new IdealGasMix("gri30.xml", "gri30"); IdealGasMix& gas = *gg; // set the state