Fixed an uninitialized variable in Domain1D
This commit is contained in:
parent
e4705bece1
commit
8587abf17f
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ public:
|
|||
Domain1D(size_t nv=1, size_t points=1,
|
||||
doublereal time = 0.0) :
|
||||
m_rdt(0.0),
|
||||
m_nv(0),
|
||||
m_time(time),
|
||||
m_container(0),
|
||||
m_index(npos),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue