From: Timo Heister Date: Wed, 6 May 2020 12:42:36 +0000 (-0400) Subject: add missing override in MatrixFree LaplaceOperator X-Git-Tag: v9.2.0-rc1~119^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10045%2Fhead;p=dealii.git add missing override in MatrixFree LaplaceOperator --- diff --git a/include/deal.II/matrix_free/operators.h b/include/deal.II/matrix_free/operators.h index f1644500e6..c88346f028 100644 --- a/include/deal.II/matrix_free/operators.h +++ b/include/deal.II/matrix_free/operators.h @@ -839,7 +839,7 @@ namespace MatrixFreeOperators * approximation to be used in preconditioners. */ virtual void - compute_diagonal(); + compute_diagonal() override; /** * Set the heterogeneous scalar coefficient @p scalar_coefficient to be