From 1ec7106f59b5dfe6e788bbc8c466cf79fda9658f Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 22 Jul 2011 03:47:34 +0000 Subject: [PATCH] Compiler doesn't like 'typename' outside templates. git-svn-id: https://svn.dealii.org/trunk@23955 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/create_rhs_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hp/create_rhs_01.cc b/tests/hp/create_rhs_01.cc index df240e112d..aed9a30cdc 100644 --- a/tests/hp/create_rhs_01.cc +++ b/tests/hp/create_rhs_01.cc @@ -57,7 +57,7 @@ void test () hp::DoFHandler<2> hp_dof_handler2(triangulation); //set different fe for testing - typename hp::DoFHandler<2>::active_cell_iterator + hp::DoFHandler<2>::active_cell_iterator cell=hp_dof_handler.begin_active(),endc = hp_dof_handler.end(); for (; cell!=endc; ++cell) -- 2.39.5