mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
PreconditionerAdapter: use override
This commit is contained in:
parent
2327768db6
commit
c8924d67ca
@ -97,7 +97,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
//! Category of the preconditioner (see SolverCategory::Category)
|
//! Category of the preconditioner (see SolverCategory::Category)
|
||||||
virtual Dune::SolverCategory::Category category() const
|
Dune::SolverCategory::Category category() const override
|
||||||
{
|
{
|
||||||
return m_underlyingPreconditioner->category();
|
return m_underlyingPreconditioner->category();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user