]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
More replacements to make gcc 3.3.x work.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Jul 2010 13:28:30 +0000 (13:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Jul 2010 13:28:30 +0000 (13:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@21485 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.