]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation in c++98/03 mode 1446/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 27 Aug 2015 19:39:01 +0000 (14:39 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 27 Aug 2015 19:39:01 +0000 (14:39 -0500)
">>" for closing brackets is only valid syntax in C++11, and later.

source/grid/grid_tools.inst.in

index 7123da054c818095704cdf2705d925d44c2c3bc6..27ab3513ddf45df6dd89a5d8a892c074232ad852 100644 (file)
@@ -94,13 +94,13 @@ for (deal_II_dimension : DIMENSIONS ; deal_II_space_dimension : SPACE_DIMENSIONS
                                    const Point<deal_II_space_dimension> &);
 
   template
-    std::vector<dealii::internal::ActiveCellIterator<deal_II_dimension, deal_II_space_dimension, parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension>>::type>
+    std::vector<dealii::internal::ActiveCellIterator<deal_II_dimension, deal_II_space_dimension, parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension> >::type>
     compute_active_cell_halo_layer (const parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension> &,
                                     const std_cxx11::function<bool (const dealii::internal::ActiveCellIterator<deal_II_dimension, deal_II_space_dimension, 
-                                                                                                               parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension>>::type&)> &);
+                                                                                                               parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension> >::type&)> &);
 
   template
-    std::vector<dealii::internal::ActiveCellIterator<deal_II_dimension, deal_II_space_dimension, parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension>>::type>
+    std::vector<dealii::internal::ActiveCellIterator<deal_II_dimension, deal_II_space_dimension, parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension> >::type>
     compute_ghost_cell_halo_layer (const parallel::distributed::Triangulation<deal_II_dimension, deal_II_space_dimension> &);
 
   template

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.