solaris10 update

no need for a separate m_kk local variable.
This commit is contained in:
Harry Moffat 2007-03-20 21:47:21 +00:00
parent 79545aedf9
commit 5f3e143a90

View file

@ -554,7 +554,7 @@ namespace Cantera {
}
void MolalityVPSSTP::initLengths() {
int m_kk = nSpecies();
m_kk = nSpecies();
m_molalities.resize(m_kk);
}