*** empty log message ***

This commit is contained in:
Dave Goodwin 2003-04-21 11:37:49 +00:00
parent 0b4f635dad
commit 026ae7d046

View file

@ -52,7 +52,6 @@ extern "C" {
string fth = string(thermo, lenthermo);
if (_gas) delete _gas;
_gas = new IdealGasMix(fin, fth);
_init();
}
/// integer function nElements()
@ -155,7 +154,7 @@ extern "C" {
"two-character string required.");
}
string optstr = string(opt, 2);
equilibrate(*_gas, optstr.c_str(););
equilibrate(*_gas, optstr.c_str());
}