From 870fbf94d5fc647f22737d3a3752d95ae0971d52 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 26 Oct 2004 22:00:58 +0000 Subject: [PATCH] Improve the message sent by one exception. git-svn-id: https://svn.dealii.org/trunk@9724 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_constraints.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_constraints.h b/deal.II/deal.II/include/dofs/dof_constraints.h index 77c5561045..a9ee2cb8dd 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.h @@ -791,7 +791,8 @@ class ConstraintMatrix : public Subscriptor int, int, double, double, << "The entry for the indices " << arg1 << " and " << arg2 << " already exists, but the values " - << arg3 << " (old) and " << arg4 << " (new) differ."); + << arg3 << " (old) and " << arg4 << " (new) differ " + << "by " << (arg4-arg3) << "."); /** * Exception */ -- 2.39.5