Skip to content

Commit

Permalink
FlowProblem: add virtual dtor
Browse files Browse the repository at this point in the history
  • Loading branch information
akva2 committed Sep 17, 2024
1 parent 763a994 commit ea8ee36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opm/simulators/flow/FlowProblem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ class FlowProblem : public GetPropType<TypeTag, Properties::BaseProblem>
relpermDiagnostics.diagnosis(vanguard.eclState(), vanguard.cartesianIndexMapper());
}

virtual ~FlowProblem() = default;

void prefetch(const Element& elem) const
{ pffDofData_.prefetch(elem); }

Expand Down

0 comments on commit ea8ee36

Please sign in to comment.