]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix type of iterator.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Nov 2010 19:19:27 +0000 (19:19 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Nov 2010 19:19:27 +0000 (19:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@22708 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/vertex_as_face_05.cc

index 04bcf3c5737f5d84749a1da3403c4be19e1974c2..2d198cbd79cc1e8b80f40db3d6f041b2258f6fc9 100644 (file)
@@ -47,7 +47,7 @@ void test ()
   tria.refine_global (2);
   dof_handler.distribute_dofs (fe);
 
-  for (typename Triangulation<1,spacedim>::active_cell_iterator
+  for (typename DoFHandler<1,spacedim>::active_cell_iterator
         cell = dof_handler.begin_active();
        cell != dof_handler.end(); ++cell)
     {

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.