Merge pull request #2833 from hakonhagland/override

Fix inconsistent-missing-override warnings
This commit is contained in:
Atgeirr Flø Rasmussen 2020-10-04 23:09:02 +02:00 committed by GitHub
commit aa5db0ddcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,