FlowProblem: add virtual dtor

This commit is contained in:
Arne Morten Kvarving 2024-09-17 07:51:56 +02:00
parent 763a994d6a
commit ea8ee36f51

View File

@ -251,6 +251,8 @@ public:
relpermDiagnostics.diagnosis(vanguard.eclState(), vanguard.cartesianIndexMapper());
}
virtual ~FlowProblem() = default;
void prefetch(const Element& elem) const
{ pffDofData_.prefetch(elem); }