[Kinetics] Remove unused private members of class Kinetics
This commit is contained in:
parent
f17750e483
commit
0b5e209b40
2 changed files with 0 additions and 6 deletions
|
|
@ -987,10 +987,6 @@ protected:
|
|||
|
||||
//! @see skipUndeclaredThirdBodies()
|
||||
bool m_skipUndeclaredThirdBodies;
|
||||
|
||||
private:
|
||||
std::map<size_t, std::vector<grouplist_t> > m_rgroups;
|
||||
std::map<size_t, std::vector<grouplist_t> > m_pgroups;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,8 +59,6 @@ Kinetics& Kinetics::operator=(const Kinetics& right)
|
|||
m_surfphase = right.m_surfphase;
|
||||
m_rxnphase = right.m_rxnphase;
|
||||
m_mindim = right.m_mindim;
|
||||
m_rgroups = right.m_rgroups;
|
||||
m_pgroups = right.m_pgroups;
|
||||
m_rfn = right.m_rfn;
|
||||
m_rkcn = right.m_rkcn;
|
||||
m_ropf = right.m_ropf;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue