Call to the baseclass init() function from init()
This commit is contained in:
parent
dc506ee70a
commit
db2ba23a20
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ namespace Cantera {
|
|||
m_kk = m_surfphase->nSpecies();
|
||||
m_ktot = m_kk + m_kk1 + m_kk2;
|
||||
m_conc.resize(m_ktot);
|
||||
Kinetics::init();
|
||||
}
|
||||
|
||||
void SurfKinetics::save(string fname, string idtag, string comment) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue