]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove an invalid assertion: we may have the case that the last few
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Apr 2006 17:12:31 +0000 (17:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Apr 2006 17:12:31 +0000 (17:12 +0000)
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

index 425d4f60cdbab4414bc67cd912dc8d57fde604c9..e6a816e2b13c55c0dd4d989ba443433348b6452f 100644 (file)
@@ -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());
          }
     }
     

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.