]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove typename from instantiation file. 2364/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 17 Mar 2016 16:35:58 +0000 (12:35 -0400)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 17 Mar 2016 16:35:58 +0000 (12:35 -0400)
source/grid/grid_tools.inst.in

index a9e9493881e8bc75eca126cb2beb070fdde0edf0..cce84f3517e85d15f194352c6397174f4e48e2bd 100644 (file)
@@ -196,7 +196,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
     get_all_vertices_at_boundary (const Triangulation<deal_II_dimension,deal_II_space_dimension> &tria);
 
     template
-    std::vector<std::set<typename Triangulation<deal_II_dimension,deal_II_space_dimension>::active_cell_iterator> >
+    std::vector<std::set<Triangulation<deal_II_dimension,deal_II_space_dimension>::active_cell_iterator> >
     vertex_to_cell_map(const Triangulation<deal_II_dimension,deal_II_space_dimension> &triangulation);
 
 #if deal_II_dimension == deal_II_space_dimension
@@ -230,7 +230,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
     namespace GridTools \{
 
       template
-      std::map< types::global_dof_index,std::vector<typename Container<deal_II_dimension,deal_II_space_dimension>::active_cell_iterator> >
+      std::map< types::global_dof_index,std::vector<Container<deal_II_dimension,deal_II_space_dimension>::active_cell_iterator> >
       get_dof_to_support_patch_map<Container<deal_II_dimension,deal_II_space_dimension> >
       (Container<deal_II_dimension,deal_II_space_dimension> &dof_handler);
       

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.