From: Wolfgang Bangerth Date: Mon, 9 Oct 2006 16:46:06 +0000 (+0000) Subject: Leave a TODO X-Git-Tag: v8.0.0~10986 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d6be4222c91d0ab92135404a6fd94f16f389e9;p=dealii.git Leave a TODO git-svn-id: https://svn.dealii.org/trunk@13987 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 06647ed8e5..311a4db48f 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1750,7 +1750,8 @@ namespace internal Assert (nth_master_dof == n_master_dofs, ExcInternalError()); Assert (nth_slave_dof == n_dofs-n_master_dofs, ExcInternalError()); - + +//TODO[WB]: We should make sure very small entries are removed after inversion split_matrix->first.gauss_jordan (); } }