Fixed a UMR in the file.

This commit is contained in:
Harry Moffat 2003-08-21 22:28:26 +00:00
parent d10e8e5d29
commit a9f0c07dda

View file

@ -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();