Skip to content

Commit

Permalink
[1D] Fixed an uninitialized variable in Domain1D
Browse files Browse the repository at this point in the history
Cherry-pick of r1997
  • Loading branch information
speth committed Jan 22, 2013
1 parent 7e06524 commit b6a3622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cantera/oneD/Domain1D.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Domain1D
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),
Expand Down

0 comments on commit b6a3622

Please sign in to comment.