From: Wolfgang Bangerth Date: Tue, 26 Feb 2008 14:47:20 +0000 (+0000) Subject: Remove outdated comment X-Git-Tag: v8.0.0~9377 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75ee58d412a11adb9d526d881bf749a5a7112c9;p=dealii.git Remove outdated comment git-svn-id: https://svn.dealii.org/trunk@15781 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/vector_memory.h b/deal.II/doc/doxygen/headers/vector_memory.h index 5aee115a5b..20a353bd56 100644 --- a/deal.II/doc/doxygen/headers/vector_memory.h +++ b/deal.II/doc/doxygen/headers/vector_memory.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2006 by the deal.II authors +// Copyright (C) 2003, 2004, 2006, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -20,7 +20,5 @@ * all use an object of the base class VectorMemory to get their auxiliary * vectors. * - * Presently, only step-20 illustrates the use of these classes. - * * @ingroup LAC */