mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
FlowProblem: add virtual dtor
This commit is contained in:
parent
763a994d6a
commit
ea8ee36f51
@ -251,6 +251,8 @@ public:
|
||||
relpermDiagnostics.diagnosis(vanguard.eclState(), vanguard.cartesianIndexMapper());
|
||||
}
|
||||
|
||||
virtual ~FlowProblem() = default;
|
||||
|
||||
void prefetch(const Element& elem) const
|
||||
{ pffDofData_.prefetch(elem); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user