]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove stray typename
authorTimo Heister <timo.heister@gmail.com>
Mon, 4 Apr 2016 12:37:19 +0000 (08:37 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 4 Apr 2016 12:37:19 +0000 (08:37 -0400)
This is a compiler error with gcc 4.4

source/grid/grid_generator.cc

index c1f428f2cbbaca1097a3927f112036e4343c7ba8..d1aafe9c338ba45db03272a8103028f999392619 100644 (file)
@@ -2143,7 +2143,7 @@ namespace GridGenerator
 
     if (colorize)
       {
-        typename Triangulation<2>::cell_iterator cell = tria.begin();
+        Triangulation<2>::cell_iterator cell = tria.begin();
 
         cell->face(0)->set_boundary_id(0);
         cell->face(2)->set_boundary_id(1);

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.