From 196a35a24ca7b1b57ce37cbdf677ac61fcfa63a6 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sat, 20 Mar 2010 03:33:24 +0000 Subject: [PATCH] another duplicate exception git-svn-id: https://svn.dealii.org/trunk@20860 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/table.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/deal.II/base/include/base/table.h b/deal.II/base/include/base/table.h index c600c22726..3daf142709 100644 --- a/deal.II/base/include/base/table.h +++ b/deal.II/base/include/base/table.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -347,17 +347,6 @@ namespace internal */ iterator end () const; - /** - * Exception for range - * check. Do not use global - * exception since this way we - * can output which index is - * the wrong one. - */ - DeclException3 (ExcIndexRange, int, int, int, - << "The " << N << "th index has a value of " - << arg1 << " but needs to be in the range [" - << arg2 << "," << arg3 << "["); private: /** * Store the data given to the -- 2.39.5