From: Guido Kanschat Date: Wed, 18 Sep 2002 16:10:09 +0000 (+0000) Subject: wrong exception changed X-Git-Tag: v8.0.0~17517 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd312a3b75df5c89177597dffefe17ae75fc21e6;p=dealii.git wrong exception changed git-svn-id: https://svn.dealii.org/trunk@6461 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.h b/deal.II/lac/include/lac/sparse_matrix_ez.h index 1e9f9cd3d9..3a93292755 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.h @@ -845,7 +845,7 @@ class SparseMatrixEZ : public Subscriptor /** * Exception */ - DeclException2 (ExcInvalidIndex, + DeclException2 (ExcInvalidEntry, int, int, << "The entry with index <" << arg1 << ',' << arg2 << "> does not exist.");