From afb51e996117f1cead6000304f11a939ea253af0 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 13 Oct 2012 12:39:13 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@27107 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/grid_tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/grid/grid_tools.cc b/deal.II/source/grid/grid_tools.cc index d67815fbe8..13eaa8b5bc 100644 --- a/deal.II/source/grid/grid_tools.cc +++ b/deal.II/source/grid/grid_tools.cc @@ -702,7 +702,7 @@ namespace GridTools // haven't yet found the vertex for the current cell we also need to // look at the mid-points of edges // - // as a final note, deciding whether a neighbor is actually coarses is + // as a final note, deciding whether a neighbor is actually coarser is // simple in the case of isotropic refinement (we just need to look at // the level of the current and the neighboring cell). however, this // isn't so simple if we have used anisotropic refinement since then -- 2.39.5