From 961c512050ed56b1c1bea30e42637a354b99660e Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 18 Sep 2002 16:10:09 +0000 Subject: [PATCH] wrong exception changed git-svn-id: https://svn.dealii.org/trunk@6461 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_matrix_ez.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.39.5