Added more initializations
This commit is contained in:
parent
50a73379a8
commit
a379bae00e
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ namespace Cantera {
|
|||
class GasKineticsData {
|
||||
public:
|
||||
GasKineticsData() :
|
||||
m_logp0(0.0),
|
||||
m_logc0(0.0),
|
||||
m_ROP_ok(false),
|
||||
m_temp(0.0)
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue