From: Wolfgang Bangerth Date: Fri, 18 Feb 2011 22:45:12 +0000 (+0000) Subject: Fix code. X-Git-Tag: v8.0.0~4298 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f53c656042de21b30097116b288418eeb66747;p=dealii.git Fix code. git-svn-id: https://svn.dealii.org/trunk@23404 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/codim_one/boundary_indicator_01.cc b/tests/codim_one/boundary_indicator_01.cc index 341869788b..e4a9b2b366 100644 --- a/tests/codim_one/boundary_indicator_01.cc +++ b/tests/codim_one/boundary_indicator_01.cc @@ -63,7 +63,7 @@ int main () // exclude one of the 6 faces // from the surface mesh // extraction - for (typename Triangulation::active_cell_iterator + for (Triangulation::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::active_cell_iterator + for (Triangulation::active_cell_iterator cell = boundary_mesh.begin_active(); cell != boundary_mesh.end(); ++cell) for (unsigned int f=0; f::faces_per_cell; ++f)