]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Compiler doesn't like 'typename' outside templates.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 22 Jul 2011 03:47:34 +0000 (03:47 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 22 Jul 2011 03:47:34 +0000 (03:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@23955 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/create_rhs_01.cc

index df240e112dc46ff66e7d79354fd3687d045c0c77..aed9a30cdccfe22ce452c674212a462d0af11e43 100644 (file)
@@ -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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.