eliminated an unused variable.

This commit is contained in:
Harry Moffat 2006-10-20 21:40:40 +00:00
parent 240c93ff4f
commit a9053bfd50

View file

@ -396,7 +396,7 @@ namespace Cantera {
{
doublereal xval, yval, tmp;
int fail = 0;
int m, n;
int m;
if (m_p1) delete m_p1;
if (m_p2) delete m_p2;
@ -407,6 +407,7 @@ namespace Cantera {
s.saveState(state);
#ifdef DEBUG_HKM_EPEQUIL
int n;
const vector<string>& eNames = s.elementNames();
#endif
beginLogGroup("ChemEquil::equilibrate");