Skip to content

Commit

Permalink
Update FlowSolverBase.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltomin authored Jan 23, 2025
1 parent 72d4da2 commit c7a3470
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ void FlowSolverBase::initializePreSubGroups()
}
}

void FlowSolverBase::checkDiscretizationName()
void FlowSolverBase::checkDiscretizationName() const
{
DomainPartition & domain = this->getGroupByPath< DomainPartition >( "/Problem/domain" );
NumericalMethodsManager const & numericalMethodManager = domain.getNumericalMethodManager();
Expand Down

0 comments on commit c7a3470

Please sign in to comment.