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:
parent
b7c4e3cfcb
commit
71a9fc7bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue