From: Wolfgang Bangerth Date: Tue, 31 Mar 2015 22:17:49 +0000 (-0500) Subject: Add a missing period. X-Git-Tag: v8.3.0-rc1~332^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94aceb8a2f8a7b5768a12698c76569438f16bc50;p=dealii.git Add a missing period. --- 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