From: bangerth Date: Wed, 17 Nov 2010 04:13:56 +0000 (+0000) Subject: Make compile. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da96fe70e330dea25cd446503091bece9b5bb33e;p=dealii-svn.git Make compile. git-svn-id: https://svn.dealii.org/trunk@22787 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/codim_one/extract_boundary_mesh_03.cc b/tests/codim_one/extract_boundary_mesh_03.cc index 18f27dcc9b..9b01670bc5 100644 --- a/tests/codim_one/extract_boundary_mesh_03.cc +++ b/tests/codim_one/extract_boundary_mesh_03.cc @@ -101,7 +101,7 @@ int main () const HyperBallBoundary boundary_description; Triangulation volume_mesh; GridGenerator::hyper_ball(volume_mesh); - for (typename Triangulation::active_cell_iterator + for (Triangulation::active_cell_iterator cell = volume_mesh.begin_active(); cell != volume_mesh.end(); ++cell) for (unsigned int f=0; f::faces_per_cell; ++f)