[Test] Fix failure of VPsilane_test when debug_verbose=y

Partially addresses Issue 69.
This commit is contained in:
Ray Speth 2013-06-28 21:24:33 +00:00
parent 966ebfa9ff
commit e2e9ee8ea3

View file

@ -22,7 +22,6 @@ int main(int argc, char** argv)
cout.precision(4);
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");
Cantera::ChemEquil_print_lvl = 40;
equilibrate(*g, "TP");
std::string r = g->report(true);
cout << r;