]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Take over one more patch (r21485) to make gcc3.3.x happy at least in debug mode.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Jul 2010 13:34:11 +0000 (13:34 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Jul 2010 13:34:11 +0000 (13:34 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-3@21486 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_dof_handler.cc

index 9341eaaa3232be21ceafd2dc4203b6c11335c24f..2bcc73c50f442295da76165c2624b669d8478682 100644 (file)
@@ -489,8 +489,8 @@ namespace internal
          {
            const unsigned int dim = 1;
 
-           Assert (mg_dof_handler.selected_fe != 0, DoFHandler<dim>::ExcNoFESelected());
-           Assert (mg_dof_handler.tria->n_levels() > 0, DoFHandler<dim>::ExcInvalidTriangulation());
+           Assert (mg_dof_handler.selected_fe != 0, DoFHandler<1>::ExcNoFESelected());
+           Assert (mg_dof_handler.tria->n_levels() > 0, DoFHandler<1>::ExcInvalidTriangulation());
 
                                             //////////////////////////
                                             // DESTRUCTION

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.