From 02051e897493872bef35e572327f41409490ce0a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 1 Mar 2005 20:15:21 +0000 Subject: [PATCH] Add comment on why and how. git-svn-id: https://svn.dealii.org/trunk@9936 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/mg_dof_handler.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/mg_dof_handler.cc b/tests/deal.II/mg_dof_handler.cc index 829a4a5763..0cb59aade0 100644 --- a/tests/deal.II/mg_dof_handler.cc +++ b/tests/deal.II/mg_dof_handler.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -12,7 +12,9 @@ //---------------------------- mg_dof_handler.cc --------------------------- -/* Author: Ralf Hartmann, 2005 */ +/* Author: Ralf Hartmann, 2005; the MGDoFHandler class had troubles + when the triangulation had unused vertices before, make sure that + this is now fixed. */ #include #include -- 2.39.5