From: bangerth Date: Sun, 30 Dec 2012 02:23:05 +0000 (+0000) Subject: Fix more typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e4e2914e9b954e948dd062c8029530607f3c67;p=dealii-svn.git Fix more typos. git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27874 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/grid_tools.h b/deal.II/include/deal.II/grid/grid_tools.h index 1aabe64242..633c6af580 100644 --- a/deal.II/include/deal.II/grid/grid_tools.h +++ b/deal.II/include/deal.II/grid/grid_tools.h @@ -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 class Container, int spacedim> std::vector::active_cell_iterator> find_cells_adjacent_to_vertex (const Container &container, - const unsigned int vertex) DEAL_II_DEPRECATED; + const unsigned int vertex_index) DEAL_II_DEPRECATED; /**