From: Wolfgang Bangerth Date: Wed, 21 Sep 2016 20:21:58 +0000 (-0600) Subject: Fix an error message. X-Git-Tag: v8.5.0-rc1~646^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2eb103c4b617e3e74701445099d9b2238901a2;p=dealii.git Fix an error message. This is one of the most frequent error messages I get to see, and yet have apparently never paid attention to the fact that there is a mistake in it... --- diff --git a/include/deal.II/base/exceptions.h b/include/deal.II/base/exceptions.h index 2ea32fc4ad..c5298b6417 100644 --- a/include/deal.II/base/exceptions.h +++ b/include/deal.II/base/exceptions.h @@ -768,7 +768,7 @@ namespace StandardExceptions "example would be that the first part of an algorithm " "sorts elements of an array in ascending order, and " "a second part of the algorithm later encounters an " - "an element that is not larger than the previous one." + "element that is not larger than the previous one." "\n\n" "There is usually not very much you can do if you " "encounter such an exception since it indicates an error "