[Test] Fix failure of VPsilane_test when debug_verbose=y
Partially addresses Issue 69.
This commit is contained in:
parent
966ebfa9ff
commit
e2e9ee8ea3
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ int main(int argc, char** argv)
|
||||||
cout.precision(4);
|
cout.precision(4);
|
||||||
g->setState_TPX(1500.0, 100.0, "SIH4:0.01, H2:0.99");
|
g->setState_TPX(1500.0, 100.0, "SIH4:0.01, H2:0.99");
|
||||||
//g.setState_TPX(1500.0, 1.0132E5, "SIH4:0.01, H2:0.99");
|
//g.setState_TPX(1500.0, 1.0132E5, "SIH4:0.01, H2:0.99");
|
||||||
Cantera::ChemEquil_print_lvl = 40;
|
|
||||||
equilibrate(*g, "TP");
|
equilibrate(*g, "TP");
|
||||||
std::string r = g->report(true);
|
std::string r = g->report(true);
|
||||||
cout << r;
|
cout << r;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue