Skip to content

Commit b6a3622

Browse files
committed
[1D] Fixed an uninitialized variable in Domain1D
Cherry-pick of r1997
1 parent 7e06524 commit b6a3622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cantera/oneD/Domain1D.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class Domain1D
4848
Domain1D(size_t nv=1, size_t points=1,
4949
doublereal time = 0.0) :
5050
m_rdt(0.0),
51+
m_nv(0),
5152
m_time(time),
5253
m_container(0),
5354
m_index(npos),

0 commit comments

Comments
 (0)