]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix code.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 Feb 2011 22:45:12 +0000 (22:45 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 Feb 2011 22:45:12 +0000 (22:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@23404 0785d39b-7218-0410-832d-ea1e28bc413d

tests/codim_one/boundary_indicator_01.cc

index 341869788b0a87a1c4c5edbde84ddd65c109c400..e4a9b2b3667004744b62509308bf62aa0fa52f92 100644 (file)
@@ -63,7 +63,7 @@ int main ()
                                     // exclude one of the 6 faces
                                     // from the surface mesh
                                     // extraction
-    for (typename Triangulation<dim>::active_cell_iterator
+    for (Triangulation<dim>::active_cell_iterator
           cell = volume_mesh.begin_active();
         cell != volume_mesh.end(); ++cell)
       {
@@ -99,7 +99,7 @@ int main ()
                                     // of the mesh to 1 to force
                                     // straight line refinement, then
                                     // refine
-    for (typename Triangulation<dim-1,dim>::active_cell_iterator
+    for (Triangulation<dim-1,dim>::active_cell_iterator
           cell = boundary_mesh.begin_active();
         cell != boundary_mesh.end(); ++cell)
       for (unsigned int f=0; f<GeometryInfo<dim-1>::faces_per_cell; ++f)

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.