From 12304c564657fc124b7236e9943ffbaed200ac69 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 25 Jun 1998 11:19:23 +0000 Subject: [PATCH] Cosmetic changes. git-svn-id: https://svn.dealii.org/trunk@410 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/tria.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/grid/tria.cc b/deal.II/deal.II/source/grid/tria.cc index 7ab1b8987f..0f88eceb2f 100644 --- a/deal.II/deal.II/source/grid/tria.cc +++ b/deal.II/deal.II/source/grid/tria.cc @@ -3134,7 +3134,7 @@ bool Triangulation::prepare_coarsening () { // from coarsen to user flags and back. // we do the check by saving the flags // before and after the operation and - // compare them + // comparing them vector flags_before; save_coarsen_flags (flags_before); @@ -3312,7 +3312,8 @@ bool Triangulation::prepare_coarsening () { // flagged for coarsening, // we can't coarsen this cell { - cell_iterator child_neighbor = cell->child(child)->neighbor(neighbor); + cell_iterator child_neighbor = cell->child(child)-> + neighbor(neighbor); if ((child_neighbor.state() == valid) && (child_neighbor->level() == cell->level()+1) && (child_neighbor->active() == false) && -- 2.39.5