Took out an unnecessary redefinition of m_kk from an inherited class
This commit is contained in:
parent
0f038b580d
commit
ca88c11522
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue