]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove stray 'typename'.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 17 Aug 2013 03:49:01 +0000 (03:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 17 Aug 2013 03:49:01 +0000 (03:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@30330 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/periodicity_05.cc

index c6384651e8c2dacdc1481db401b67bfc36015a7b..8d6992ece19478c9932ade428b1b9808f307edc8 100644 (file)
@@ -140,7 +140,7 @@ void Deal2PeriodicBug::makeGrid()
   triangulation.begin_active()->face(1)->set_boundary_indicator(2);
   triangulation.refine_global(1);
 
-  typename Triangulation<2>::active_cell_iterator cell = triangulation.begin_active();
+  Triangulation<2>::active_cell_iterator cell = triangulation.begin_active();
   (++(++cell))->set_refine_flag();
   triangulation.prepare_coarsening_and_refinement();
   triangulation.execute_coarsening_and_refinement();

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.