]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove naming of template parameter, to avoid confusion and quell a warning by pgCC.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Sep 2006 19:10:00 +0000 (19:10 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Sep 2006 19:10:00 +0000 (19:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@13921 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/grid_tools.h

index 1075b308b77a45bb373948148fd768b9b11f2469..3ec7300797195ef13d7e48d484ea36d2a175a270 100644 (file)
@@ -239,11 +239,11 @@ class GridTools
                                       * @author Ralf B. Schulz,
                                       * Wolfgang Bangerth, 2006
                                       */
-   template<int dim, template<int dim> class Container>
+   template<int dim, template <int> class Container>
    static
    std::vector<typename Container<dim>::active_cell_iterator>
-   find_cells_adjacent_to_vertex(const Container<dim> &container,
-                                 const unsigned int    vertex);
+   find_cells_adjacent_to_vertex (const Container<dim> &container,
+                                 const unsigned int    vertex);
 
 
                                      /**

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.