From: guido Date: Wed, 6 Apr 2005 10:56:40 +0000 (+0000) Subject: sanitize sanity check X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21f8244bc719d8f27cace6e38f6b01c020530c18;p=dealii-svn.git sanitize sanity check git-svn-id: https://svn.dealii.org/trunk@10379 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index bd9a2c40cf..9728a3d8f5 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -2355,7 +2355,7 @@ DoFTools::compute_intergrid_weights_1 ( for (unsigned int row=0; row1) && (sum==0)), ExcInternalError()); }; #endif