Added initializations for quantities that showed up as UMR's in cantrilbat
This commit is contained in:
parent
6e40841d94
commit
e977eba704
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ SimpleTransport::SimpleTransport(thermo_t* thermo, int ndim) :
|
|||
compositionDepType_(0),
|
||||
useHydroRadius_(false),
|
||||
doMigration_(0),
|
||||
m_iStateMF(-1),
|
||||
concTot_(0.0),
|
||||
m_temp(-1.0),
|
||||
m_press(-1.0),
|
||||
|
|
@ -42,6 +43,7 @@ SimpleTransport::SimpleTransport(const SimpleTransport& right) :
|
|||
useHydroRadius_(false),
|
||||
doMigration_(0),
|
||||
m_iStateMF(-1),
|
||||
concTot_(0.0),
|
||||
m_temp(-1.0),
|
||||
m_press(-1.0),
|
||||
m_lambda(-1.0),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue