diff --git a/include/cantera/oneD/Inlet1D.h b/include/cantera/oneD/Inlet1D.h index 1c9045660..01c745521 100644 --- a/include/cantera/oneD/Inlet1D.h +++ b/include/cantera/oneD/Inlet1D.h @@ -94,7 +94,7 @@ protected: size_t m_ilr, m_left_nv, m_right_nv; size_t m_left_loc, m_right_loc; size_t m_left_points; - size_t m_nv, m_left_nsp, m_right_nsp; + size_t m_left_nsp, m_right_nsp; size_t m_sp_left, m_sp_right; size_t m_start_left, m_start_right; ThermoPhase* m_phase_left, *m_phase_right; diff --git a/src/oneD/boundaries1D.cpp b/src/oneD/boundaries1D.cpp index ae37fcb42..b8e74a468 100644 --- a/src/oneD/boundaries1D.cpp +++ b/src/oneD/boundaries1D.cpp @@ -15,7 +15,7 @@ Bdry1D::Bdry1D() : Domain1D(1, 1, 0.0), m_flow_left(0), m_flow_right(0), m_ilr(0), m_left_nv(0), m_right_nv(0), m_left_loc(0), m_right_loc(0), - m_left_points(0), m_nv(0), + m_left_points(0), m_left_nsp(0), m_right_nsp(0), m_sp_left(0), m_sp_right(0), m_start_left(0), m_start_right(0),