mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix inconsistent-missing-override warnings
This commit is contained in:
parent
165fa96250
commit
c0b493c4ce
@ -119,7 +119,7 @@ namespace Opm
|
||||
const WellState&,
|
||||
const Simulator&,
|
||||
DeferredLogger&
|
||||
) const {
|
||||
) const override {
|
||||
// Not implemented yet
|
||||
}
|
||||
|
||||
|
@ -246,7 +246,7 @@ namespace Opm
|
||||
const WellState& well_state,
|
||||
const Simulator& ebosSimulator,
|
||||
DeferredLogger& deferred_logger
|
||||
) const;
|
||||
) const override;
|
||||
|
||||
bool checkGliftNewtonIterationIdxOk(
|
||||
const Simulator& ebosSimulator,
|
||||
|
Loading…
Reference in New Issue
Block a user