From db6a673bc91121e5bb51b6eda05eb54ce121c6ff Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Sep 2003 15:09:53 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://svn.dealii.org/trunk@8016 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5