Changed the name of a routine, to get it to compile. However, I don't think

this is part of the distribution.
This commit is contained in:
Harry Moffat 2004-07-02 14:44:29 +00:00
parent b7c4e3cfcb
commit 71a9fc7bb8

View file

@ -66,7 +66,7 @@ namespace Cantera {
*/
void integrate(doublereal t0, doublereal t1) {
m_integ->reinitialize(t0, *this);
m_integ->setMaxStep(t1 - t0);
m_integ->setMaxStepSize(t1 - t0);
m_rho = m_thermo->density();
m_integ->integrate(t1);
updateState(m_integ->solution());