From: Wolfgang Bangerth Date: Mon, 12 Jul 2004 13:55:01 +0000 (+0000) Subject: Indent comment. X-Git-Tag: v8.0.0~14962 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e801b342eb02969d68940f274903fd7963df3d;p=dealii.git Indent comment. git-svn-id: https://svn.dealii.org/trunk@9503 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/multigrid/mg_dof_handler.cc b/deal.II/deal.II/source/multigrid/mg_dof_handler.cc index a8305a3124..1b7576ad76 100644 --- a/deal.II/deal.II/source/multigrid/mg_dof_handler.cc +++ b/deal.II/deal.II/source/multigrid/mg_dof_handler.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1658,7 +1658,7 @@ void MGDoFHandler<2>::reserve_space () { }; -// now allocate the needed space + // now allocate the needed space for (unsigned int vertex=0; vertextria->vertices.size(); ++vertex) { //TODO:[WB,GK] These conditions are violated on unused vertices