From 69e801b342eb02969d68940f274903fd7963df3d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Jul 2004 13:55:01 +0000 Subject: [PATCH] Indent comment. git-svn-id: https://svn.dealii.org/trunk@9503 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/multigrid/mg_dof_handler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5