From: wolf Date: Wed, 24 Sep 2003 15:09:53 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584f13a8e9bd7136317de342949f43d65d047b38;p=dealii-svn.git Fix comment. git-svn-id: https://svn.dealii.org/trunk@8016 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index bc021f8daf..3552e0dae0 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -6712,7 +6712,7 @@ void Triangulation::execute_coarsening () // now do the actual coarsening // step. Since the loop goes over - // used cells only we need not + // used cells we only need not // worry about deleting some cells // since the ++operator will then // just hop over them if we should