Eliminated 2 unused variables.

This commit is contained in:
Harry Moffat 2005-10-31 16:06:45 +00:00
parent 55d2cc2346
commit b366e7122b

View file

@ -241,7 +241,7 @@ namespace Cantera {
*/
int ChemEquil::estimateElementPotentials(thermo_t& s, vector_fp& lambda)
{
int k, ksp, m, n;
int m, n;
beginLogGroup("estimateElementPotentials");
//for (k = 0; k < m_kk; k++) {
// if (m_molefractions[k] > 0.0) {