From cb4a7533592957a7d9a2e6047cbeaa96c578e3d6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 12 Nov 2010 19:19:27 +0000 Subject: [PATCH] Fix type of iterator. git-svn-id: https://svn.dealii.org/trunk@22708 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/vertex_as_face_05.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/vertex_as_face_05.cc b/tests/deal.II/vertex_as_face_05.cc index 04bcf3c573..2d198cbd79 100644 --- a/tests/deal.II/vertex_as_face_05.cc +++ b/tests/deal.II/vertex_as_face_05.cc @@ -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) { -- 2.39.5