From 8eefef352f1b078cc01b00fea343131680a5723d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 28 May 2013 14:47:25 +0000 Subject: [PATCH] Minor edits. git-svn-id: https://svn.dealii.org/trunk@29659 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/distributed/tria.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/source/distributed/tria.cc b/deal.II/source/distributed/tria.cc index b9c7d52c33..d9b00a61f5 100644 --- a/deal.II/source/distributed/tria.cc +++ b/deal.II/source/distributed/tria.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -2553,7 +2553,8 @@ namespace parallel Assert (ghostlayer, ExcInternalError()); - //set all cells to artificial + // set all cells to artificial. we will later set it to the correct + // subdomain in match_tree_recursively for (typename Triangulation::cell_iterator cell = this->begin(0); cell != this->end(0); @@ -2607,7 +2608,7 @@ namespace parallel } // check mesh for ghostcells, - // refine as neccessary. + // refine as necessary. // iterate over every ghostquadrant, // find corresponding deal coarsecell // and recurse. -- 2.39.5