From fb2eb103c4b617e3e74701445099d9b2238901a2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 21 Sep 2016 14:21:58 -0600 Subject: [PATCH] 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... --- 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 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 " -- 2.39.5