From: Fabian Castelli Date: Fri, 8 Jul 2022 10:01:24 +0000 (+0200) Subject: Line break X-Git-Tag: v9.5.0-rc1~1065^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14104%2Fhead;p=dealii.git Line break --- diff --git a/include/deal.II/matrix_free/operators.h b/include/deal.II/matrix_free/operators.h index 5273980806..12525425cf 100644 --- a/include/deal.II/matrix_free/operators.h +++ b/include/deal.II/matrix_free/operators.h @@ -1835,7 +1835,9 @@ namespace MatrixFreeOperators AssertThrow( IsBlockVector::value == false, ExcNotImplemented( - "This class only supports the non-blocked vector variant of the Base operator because only a single FEEvaluation object is used in the apply function.")); + "This class only supports the non-blocked vector variant of the Base " + "operator because only a single FEEvaluation object is used in the " + "apply function.")); }