From: Giovanni Alzetta Date: Wed, 18 Oct 2017 21:54:01 +0000 (+0000) Subject: Corrected spelling X-Git-Tag: v9.0.0-rc1~935^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5265%2Fhead;p=dealii.git Corrected spelling --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 715096c463..96d9ed53db 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -881,7 +881,7 @@ namespace GridTools * A version of the previous function that exploits an already existing * map between vertices and cells, constructed using the function * GridTools::vertex_to_cell_map, a map of vertex_to_cell_centers, obtained - * through GridTools::vertex_to_cells_center_directions, and a guess `cell_hint`. + * through GridTools::vertex_to_cell_centers_directions, and a guess `cell_hint`. * * @author Luca Heltai, Rene Gassmoeller, 2017 */