From: Wolfgang Bangerth Date: Sat, 18 Feb 2006 05:07:38 +0000 (+0000) Subject: Avoid warning. X-Git-Tag: v8.0.0~12269 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0731ac469d8da88b503d19c476bc0ced4b557e;p=dealii.git Avoid warning. git-svn-id: https://svn.dealii.org/trunk@12413 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);