From: Martin Kronbichler Date: Sat, 9 May 2020 05:56:04 +0000 (+0200) Subject: Mark LaplaceOperator::apply_add as override X-Git-Tag: v9.2.0-rc1~64^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2e7af94988a6d01034177c2b872c4aeafe9c1d;p=dealii.git Mark LaplaceOperator::apply_add as override --- 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.