From af2e7af94988a6d01034177c2b872c4aeafe9c1d Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Sat, 9 May 2020 07:56:04 +0200 Subject: [PATCH] Mark LaplaceOperator::apply_add as override --- include/deal.II/matrix_free/operators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/operators.h b/include/deal.II/matrix_free/operators.h index 86994872df..46a58e4c01 100644 --- a/include/deal.II/matrix_free/operators.h +++ b/include/deal.II/matrix_free/operators.h @@ -918,7 +918,7 @@ namespace MatrixFreeOperators * using initialize_dof_vector(). */ virtual void - apply_add(VectorType &dst, const VectorType &src) const; + apply_add(VectorType &dst, const VectorType &src) const override; /** * Applies the Laplace operator on a cell. -- 2.39.5