From 54c401cb3374594f2c97929a3766d79feb868ace Mon Sep 17 00:00:00 2001 From: Simon Sticko Date: Tue, 10 May 2022 07:48:48 +0200 Subject: [PATCH] Add white space to fix exception message split over several lines. --- source/non_matching/mesh_classifier.cc | 2 +- source/non_matching/quadrature_generator.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.")); } -- 2.39.5