From 539620381a77b042b879d502e3680e5e1216845b Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 1 Nov 2016 16:29:33 +0100 Subject: [PATCH] fix documentation of MassOperator constructor --- 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 f621df0981..adeeba9c5f 100644 --- a/include/deal.II/matrix_free/operators.h +++ b/include/deal.II/matrix_free/operators.h @@ -306,7 +306,7 @@ namespace MatrixFreeOperators public: /** - * Constructor. Initializes the MatrixFree object. + * Constructor. */ MassOperator (); -- 2.39.5