]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not use typename outside templates. 3217/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 6 Oct 2016 19:22:54 +0000 (13:22 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 6 Oct 2016 19:22:54 +0000 (13:22 -0600)
tests/grid/grid_generator_10.cc

index 63bac89636aca5606acf43ecb9f0c4a08696d049..24abd6a64da7024c3cbeb9d441626fd9c89ebb96 100644 (file)
@@ -97,7 +97,7 @@ void check_grid()
 
   my_cylinder (triangulation, 0.5, 1.0);
 
-  typename Triangulation<dim>::active_cell_iterator
+  Triangulation<dim>::active_cell_iterator
   cell = triangulation.begin (),
   endc = triangulation.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.