Took out an unnecessary redefinition of m_kk from an inherited class

This commit is contained in:
Harry Moffat 2003-07-23 21:53:02 +00:00
parent 0f038b580d
commit ca88c11522

View File

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