From: bangerth Date: Tue, 28 May 2013 14:47:25 +0000 (+0000) Subject: Minor edits. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3533e65293462b503565992f6a10ac6e23434a6;p=dealii-svn.git Minor edits. git-svn-id: https://svn.dealii.org/trunk@29659 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.