Skip to content

Commit

Permalink
[1D] Resize StFlow::m_dthermal after grid refinement
Browse files Browse the repository at this point in the history
Resolves Issue 133.
  • Loading branch information
speth committed Dec 13, 2012
1 parent 180d5c4 commit c4e62b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oneD/StFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ void StFlow::resize(size_t ncomponents, size_t points)
} else {
m_multidiff.resize(m_nsp*m_nsp*m_points);
m_diff.resize(m_nsp*m_points);
m_dthermal.resize(m_nsp, m_points, 0.0);
}
m_flux.resize(m_nsp,m_points);
m_wdot.resize(m_nsp,m_points, 0.0);
Expand Down

0 comments on commit c4e62b7

Please sign in to comment.