From ca88c115228bab4c6d74dcb85147ff626533e6f7 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 23 Jul 2003 21:53:02 +0000 Subject: [PATCH] Took out an unnecessary redefinition of m_kk from an inherited class --- Cantera/src/ConstDensityThermo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/ConstDensityThermo.h b/Cantera/src/ConstDensityThermo.h index 4aa0a0ac7..1438ee5e9 100755 --- a/Cantera/src/ConstDensityThermo.h +++ b/Cantera/src/ConstDensityThermo.h @@ -167,7 +167,7 @@ namespace Cantera { protected: - int m_kk, m_mm; + int m_mm; doublereal m_tmin, m_tmax, m_p0; mutable doublereal m_tlast;