From 94aceb8a2f8a7b5768a12698c76569438f16bc50 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 31 Mar 2015 17:17:49 -0500 Subject: [PATCH] Add a missing period. --- 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 01fd350acb..2719661d64 100644 --- a/include/deal.II/base/exceptions.h +++ b/include/deal.II/base/exceptions.h @@ -887,7 +887,7 @@ namespace StandardExceptions DeclException3 (ExcIndexRange, int, int, int, << "Index " << arg1 << " is not in the half-open range [" << arg2 << "," - << arg3 << "["); + << arg3 << "[."); /** * This generic exception will allow(enforce) the user to specify the type -- 2.39.5