Skip to content

Commit

Permalink
Call getter for sectionDependentScalar.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Jan 18, 2022
1 parent 8fc3aaf commit 11ac434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcadet/model/StirredTankModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ void CSTRModel::notifyDiscontinuousSectionTransition(double t, unsigned int secI
{
if (_flowRateFilter.size() > 1)
{
_curFlowRateFilter = _flowRateFilter[secIdx];
_curFlowRateFilter = getSectionDependentScalar(_flowRateFilter, secIdx);
}
else if (_flowRateFilter.size() == 1)
{
Expand Down

0 comments on commit 11ac434

Please sign in to comment.