From: Simon Sticko Date: Tue, 10 May 2022 05:48:48 +0000 (+0200) Subject: Add white space to fix exception message split over several lines. X-Git-Tag: v9.4.0-rc1~250^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13708%2Fhead;p=dealii.git Add white space to fix exception message split over several lines. --- diff --git a/source/non_matching/mesh_classifier.cc b/source/non_matching/mesh_classifier.cc index 236b14022e..b67508ebe3 100644 --- a/source/non_matching/mesh_classifier.cc +++ b/source/non_matching/mesh_classifier.cc @@ -320,7 +320,7 @@ namespace NonMatching Assert(fe_collection[i].has_face_support_points(), ExcMessage( - "The elements in the FECollection of the incoming DoFHandler" + "The elements in the FECollection of the incoming DoFHandler " "must have face support points.")); } } diff --git a/source/non_matching/quadrature_generator.cc b/source/non_matching/quadrature_generator.cc index 66aa18850e..5efd056d14 100644 --- a/source/non_matching/quadrature_generator.cc +++ b/source/non_matching/quadrature_generator.cc @@ -1653,8 +1653,8 @@ namespace NonMatching Assert( q_generator.get_quadratures().indefinite.size() == 0, ExcMessage( - "Generation of quadrature rules failed. This can mean that the level" - "set function is degenerate in some way, e.g. oscillating extremely" + "Generation of quadrature rules failed. This can mean that the level " + "set function is degenerate in some way, e.g. oscillating extremely " "rapidly.")); }