Changed surfdemo.cpp to read gri30.xml.

Thus, this test will pass if python option is set to none.
This commit is contained in:
Harry Moffat 2006-06-20 22:36:12 +00:00
parent 5eedbc5359
commit ba3601c041

View file

@ -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");