From: bangerth Date: Fri, 22 Jul 2011 03:47:34 +0000 (+0000) Subject: Compiler doesn't like 'typename' outside templates. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec7106f59b5dfe6e788bbc8c466cf79fda9658f;p=dealii-svn.git Compiler doesn't like 'typename' outside templates. git-svn-id: https://svn.dealii.org/trunk@23955 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)