From 3f0731ac469d8da88b503d19c476bc0ced4b557e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 18 Feb 2006 05:07:38 +0000 Subject: [PATCH] Avoid warning. git-svn-id: https://svn.dealii.org/trunk@12413 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/crash_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hp/crash_01.cc b/tests/hp/crash_01.cc index c439c681a9..3c81ab1c39 100644 --- a/tests/hp/crash_01.cc +++ b/tests/hp/crash_01.cc @@ -40,7 +40,7 @@ void test () hp::DoFHandler dof_handler(tria); tria.refine_global(1); - for (hp::DoFHandler::active_cell_iterator + for (typename hp::DoFHandler::active_cell_iterator cell=dof_handler.begin_active(); cell!=dof_handler.end(); ++cell) cell->set_active_fe_index (0); -- 2.39.5