PreconditionerAdapter: use override

This commit is contained in:
Arne Morten Kvarving 2023-06-21 08:59:03 +02:00
parent 2327768db6
commit c8924d67ca

View File

@ -97,7 +97,7 @@ public:
//! Category of the preconditioner (see SolverCategory::Category)
virtual Dune::SolverCategory::Category category() const
Dune::SolverCategory::Category category() const override
{
return m_underlyingPreconditioner->category();
}