From 664ba76fceb1f9a5b9459d2be7fdb2fc5e40ad35 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 21 Jun 2006 00:00:08 +0000 Subject: [PATCH] Replaced silane.cti with silane.xml so that it will work for python none installation. --- examples/cxx/equil_example1.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/cxx/equil_example1.cpp b/examples/cxx/equil_example1.cpp index 8145c2252..df3fa21ab 100755 --- a/examples/cxx/equil_example1.cpp +++ b/examples/cxx/equil_example1.cpp @@ -69,7 +69,8 @@ int equil_example1(int job) { // create a gas mixture, and set its state - IdealGasMix gas("silane.cti", "silane"); + //IdealGasMix gas("silane.cti", "silane"); + IdealGasMix gas("silane.xml", "silane"); int nsp = gas.nSpecies(); int ntemps = 50; // number of temperatures