Fixed an error with a calling statement.
This commit is contained in:
parent
82925de65b
commit
ffc6b4c48b
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ namespace Cantera {
|
|||
// get the initial conditions.
|
||||
void ImplicitChem::getInitialConditions(double t0, size_t leny, double* y)
|
||||
{
|
||||
m_thermo->getMassFractions(leny, y);
|
||||
m_thermo->getMassFractions(y);
|
||||
m_h0 = m_thermo->enthalpy_mass();
|
||||
m_rho = m_thermo->density();
|
||||
m_press = m_thermo->pressure();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue