From 672c40004dce017f5be714a5bd6c47ae5cb2b6bd Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 26 Apr 2006 17:12:31 +0000 Subject: [PATCH] Remove an invalid assertion: we may have the case that the last few vertices are all unused. See hp/hp_dof_handler for a case in point. git-svn-id: https://svn.dealii.org/trunk@12912 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/hp_dof_handler.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deal.II/deal.II/source/dofs/hp_dof_handler.cc b/deal.II/deal.II/source/dofs/hp_dof_handler.cc index 425d4f60cd..e6a816e2b1 100644 --- a/deal.II/deal.II/source/dofs/hp_dof_handler.cc +++ b/deal.II/deal.II/source/dofs/hp_dof_handler.cc @@ -2590,10 +2590,6 @@ namespace hp // marker vertex_dofs[pointer] = deal_II_numbers::invalid_unsigned_int; ++pointer; - - Assert ((v==tria->n_vertices()-1) || - (pointer == vertex_dofs_offsets[v+1]), - ExcInternalError()); } } -- 2.39.5