From 472724a9bdd48ce11f466ad7a7cf5029b251a7a5 Mon Sep 17 00:00:00 2001 From: grahambenharper Date: Sun, 7 Jul 2019 23:11:24 -0600 Subject: [PATCH] Add a space between sentences in ExcNumberNotFinite --- include/deal.II/base/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/exceptions.h b/include/deal.II/base/exceptions.h index 360e0fac44..b95201b618 100644 --- a/include/deal.II/base/exceptions.h +++ b/include/deal.II/base/exceptions.h @@ -683,7 +683,7 @@ namespace StandardExceptions << "finite, but that the actual error that computed the number " << "may have happened far earlier. To find this location, you " << "may want to add checks for finiteness in places of your " - << "program visited before the place where this error is produced." + << "program visited before the place where this error is produced. " << "One way to check for finiteness is to use the 'AssertIsFinite' " << "macro."); -- 2.39.5