mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Took out an unnecessary redefinition of m_kk from an inherited class
This commit is contained in:
parent
0f038b580d
commit
ca88c11522
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user