Fixed a UMR in the file.
This commit is contained in:
parent
d10e8e5d29
commit
a9f0c07dda
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ namespace Cantera {
|
|||
m_pressure = m_thermo->pressure();
|
||||
m_intEnergy = m_thermo->intEnergy_mass();
|
||||
|
||||
int nt, maxnt;
|
||||
int nt, maxnt = 0;
|
||||
for (int m = 0; m < m_nwalls; m++) {
|
||||
if (m_wall[m]->kinetics(m_lr[m])) {
|
||||
nt = m_wall[m]->kinetics(m_lr[m])->nTotalSpecies();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue