From c19a731834714b05232a8a326384ff876ce2c539 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 1 Feb 2013 00:20:22 +0000 Subject: [PATCH] fix assertion git-svn-id: https://svn.dealii.org/trunk@28205 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_handler_policy.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/source/dofs/dof_handler_policy.cc b/deal.II/source/dofs/dof_handler_policy.cc index 7f5b219ea2..4ef5c615d0 100644 --- a/deal.II/source/dofs/dof_handler_policy.cc +++ b/deal.II/source/dofs/dof_handler_policy.cc @@ -2350,8 +2350,7 @@ namespace internal local_dof_indices.end(), DoFHandler::invalid_dof_index)) { -#pragma message("TODO: Fix the debug assertion in line 2353 of dof_handler_policy.cc") - //Assert(false, ExcMessage ("not all dofs got distributed!")); + Assert(false, ExcMessage ("not all dofs got distributed!")); } } } -- 2.39.5