From e21f5426187e44d2135c6acc6140a79edd885a48 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 14 Dec 2006 21:59:57 +0000 Subject: [PATCH] Typo fixes git-svn-id: https://svn.dealii.org/trunk@14246 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/grid/grid_tools.h b/deal.II/deal.II/include/grid/grid_tools.h index d8e10df557..72de802a0b 100644 --- a/deal.II/deal.II/include/grid/grid_tools.h +++ b/deal.II/deal.II/include/grid/grid_tools.h @@ -130,11 +130,11 @@ class GridTools * considered_vertices are tested for * equality. This speeds up the algorithm, * which is quadratic and thus quite slow - * to begin with. However, if you whish to + * to begin with. However, if you wish to * consider all vertices, simply pass an * empty vector. * - * Two vertices are considered equal, if + * Two vertices are considered equal if * their difference in each coordinate * direction is less than @p tol. */ @@ -144,7 +144,7 @@ class GridTools std::vector > &cells, SubCellData &subcelldata, std::vector &considered_vertices, - double tol=1e-12); + const double tol=1e-12); /** * Transform the vertices of the -- 2.39.5