]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix more typos.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Dec 2012 02:23:05 +0000 (02:23 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Dec 2012 02:23:05 +0000 (02:23 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27874 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1aabe64242b30cb20d310c03cbd8f40dd033db87..633c6af5802a7b6b7f90f631ab8c14fb31babf9e 100644 (file)
@@ -282,7 +282,7 @@ namespace GridTools
    *
    * Find and return a vector of
    * iterators to active cells that
-   * surround a given vertex @p vertex.
+   * surround a given vertex with index @p vertex_index.
    * The type of the first parameter
    * may be either Triangulation,
    * DoFHandler, hp::DoFHandler, or
@@ -292,14 +292,14 @@ namespace GridTools
    * vertex itself might not be a vertex
    * of all adjacent cells that are returned.
    * However, it will
-   * always be either a vertex of a cell of be
+   * always be either a vertex of a cell or be
    * a hanging node located on a face or an
    * edge of it.
    */
   template<int dim, template <int, int> class Container, int spacedim>
   std::vector<typename Container<dim,spacedim>::active_cell_iterator>
   find_cells_adjacent_to_vertex (const Container<dim,spacedim> &container,
-                                 const unsigned int    vertex) DEAL_II_DEPRECATED;
+                                 const unsigned int    vertex_index) DEAL_II_DEPRECATED;
 
 
   /**

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.