From: bangerth Date: Sat, 13 Oct 2012 12:39:13 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb51e996117f1cead6000304f11a939ea253af0;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@27107 0785d39b-7218-0410-832d-ea1e28bc413d --- 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