solaris10 update
no need for a separate m_kk local variable.
This commit is contained in:
parent
79545aedf9
commit
5f3e143a90
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ namespace Cantera {
|
|||
}
|
||||
|
||||
void MolalityVPSSTP::initLengths() {
|
||||
int m_kk = nSpecies();
|
||||
m_kk = nSpecies();
|
||||
m_molalities.resize(m_kk);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue