Fixed uninitialized use of m_force in MultiPhaseEquil
This commit is contained in:
parent
a42199f62a
commit
d51bd82787
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ MultiPhaseEquil::MultiPhaseEquil(MultiPhase* mix, bool start, int loglevel) : m_
|
|||
m_temp = mix->temperature();
|
||||
|
||||
index_t m, k;
|
||||
m_force = true;
|
||||
m_nel = 0;
|
||||
m_nsp = 0;
|
||||
m_eloc = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue