Fix inconsistent-missing-override warnings

This commit is contained in:
Håkon Hægland 2020-10-03 10:43:09 +02:00
parent 165fa96250
commit c0b493c4ce
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ namespace Opm
const WellState&,
const Simulator&,
DeferredLogger&
) const {
) const override {
// Not implemented yet
}

View File

@ -246,7 +246,7 @@ namespace Opm
const WellState& well_state,
const Simulator& ebosSimulator,
DeferredLogger& deferred_logger
) const;
) const override;
bool checkGliftNewtonIterationIdxOk(
const Simulator& ebosSimulator,