From: grahambenharper Date: Mon, 8 Jul 2019 05:11:24 +0000 (-0600) Subject: Add a space between sentences in ExcNumberNotFinite X-Git-Tag: v9.2.0-rc1~1409^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472724a9bdd48ce11f466ad7a7cf5029b251a7a5;p=dealii.git Add a space between sentences in ExcNumberNotFinite --- 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.");