]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warning.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Feb 2006 05:07:38 +0000 (05:07 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Feb 2006 05:07:38 +0000 (05:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@12413 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/crash_01.cc

index c439c681a958aaccbb1f2b00718c600124ce7ce7..3c81ab1c393baa31ffc12166268a54c1f0b92a04 100644 (file)
@@ -40,7 +40,7 @@ void test ()
 
   hp::DoFHandler<dim> dof_handler(tria);
   tria.refine_global(1);
-  for (hp::DoFHandler<dim>::active_cell_iterator
+  for (typename hp::DoFHandler<dim>::active_cell_iterator
          cell=dof_handler.begin_active();
        cell!=dof_handler.end(); ++cell)
     cell->set_active_fe_index (0);

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.