From a3e7064a99fb9ba267456bff4e26db92a287924e Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Fri, 8 Jul 2022 12:01:24 +0200 Subject: [PATCH] Line break --- include/deal.II/matrix_free/operators.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.")); } -- 2.39.5