Call to the baseclass init() function from init()

This commit is contained in:
Harry Moffat 2004-04-23 21:02:17 +00:00
parent dc506ee70a
commit db2ba23a20

View file

@ -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) {