Changed surfdemo.cpp to read gri30.xml.
Thus, this test will pass if python option is set to none.
This commit is contained in:
parent
5eedbc5359
commit
ba3601c041
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue