From: wolf Date: Tue, 26 Oct 2004 22:00:58 +0000 (+0000) Subject: Improve the message sent by one exception. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870fbf94d5fc647f22737d3a3752d95ae0971d52;p=dealii-svn.git Improve the message sent by one exception. git-svn-id: https://svn.dealii.org/trunk@9724 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 */