From: wolf Date: Thu, 31 Oct 2002 17:32:00 +0000 (+0000) Subject: Commit a minor doc change that somehow survived for some time in my tree. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867ac433d0c5645ab2c69c8b3cd9cf81f431629b;p=dealii-svn.git Commit a minor doc change that somehow survived for some time in my tree. git-svn-id: https://svn.dealii.org/trunk@6735 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 080219ddaf..5218840a62 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -345,8 +345,9 @@ DoFTools::make_flux_sparsity_pattern (const DoFHandler &dof, { typename DoFHandler::cell_iterator neighbor = cell->neighbor(face); - // Refinement edges are taken care of - // by coarser cells + // Refinement edges are + // taken care of by + // coarser cells if (neighbor->level() < cell->level()) continue;