From edaaed3c79313828fdc1f1ad7bac3be0e9c24eb5 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sat, 20 Dec 2003 11:39:18 +0000 Subject: [PATCH] changed example parameters --- tools/templates/cxx/demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/templates/cxx/demo.cpp b/tools/templates/cxx/demo.cpp index d0ccadda2..a7f82735f 100644 --- a/tools/templates/cxx/demo.cpp +++ b/tools/templates/cxx/demo.cpp @@ -36,7 +36,7 @@ void demoprog() { IdealGasMix gas("h2o2.cti","ohmech"); double temp = 1200.0; double pres = OneAtm; - gas.setState_TPX(temp, pres, "H2:2, O2:1, OH:0.01, H:0.01, O:0.01"); + gas.setState_TPX(temp, pres, "H2:1, O2:1"); // Thermodynamic properties