]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one template argument that also happens to avoid an internal compiler error...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 29 Jul 2006 20:17:31 +0000 (20:17 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 29 Jul 2006 20:17:31 +0000 (20:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@13501 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/hp_dof_objects.h

index 216a9e14265822b3847dfb25d6b1d6c16bfe11ef..62ac5fec429e2768b9637b32347307a0274d2945 100644 (file)
@@ -578,7 +578,7 @@ namespace internal
                           "this DoFHandler"));
       Assert (obj_index < dof_offsets.size(),
               ExcIndexRange (obj_index, 0, dof_offsets.size()));
-      Assert (fe_index != ::hp::DoFHandler<1>::default_fe_index,
+      Assert (fe_index != ::hp::DoFHandler<spacedim>::default_fe_index,
               ExcMessage ("You need to specify a FE index when working "
                           "with hp DoFHandlers"));
       Assert (fe_index < dof_handler.get_fe().size(),

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.