]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove typename which was causing problems with C++03 807/head
authorIan Rose <ian.r.rose@gmail.com>
Wed, 15 Apr 2015 18:20:21 +0000 (11:20 -0700)
committerIan Rose <ian.r.rose@gmail.com>
Wed, 15 Apr 2015 18:20:21 +0000 (11:20 -0700)
source/grid/grid_generator.inst.in

index f7f6ef0ae8d39f33a8d8964c5fc69d4e83019c6a..60280b48141c581ce3e0e9ad4f210455ef5bcaef 100644 (file)
@@ -60,7 +60,7 @@ namespace GridGenerator
     template
       void
       create_triangulation_with_removed_cells (const Triangulation<deal_II_dimension, deal_II_space_dimension> &input_triangulation,
-                                               const std::set<typename Triangulation<deal_II_dimension, deal_II_space_dimension>::active_cell_iterator> &cells_to_remove,
+                                               const std::set<Triangulation<deal_II_dimension, deal_II_space_dimension>::active_cell_iterator> &cells_to_remove,
                                                Triangulation<deal_II_dimension, deal_II_space_dimension>       &result);
       
 #endif

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.