From: Denis Davydov Date: Tue, 1 Nov 2016 15:29:33 +0000 (+0100) Subject: fix documentation of MassOperator constructor X-Git-Tag: v8.5.0-rc1~511^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=539620381a77b042b879d502e3680e5e1216845b;p=dealii.git fix documentation of MassOperator constructor --- 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 ();