From: bangerth Date: Tue, 6 Mar 2007 20:02:53 +0000 (+0000) Subject: Remove some now outdated comments. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1320f4baa1667a503f0ab5aea874c7db9419625;p=dealii-svn.git Remove some now outdated comments. git-svn-id: https://svn.dealii.org/trunk@14528 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_base.h b/deal.II/deal.II/include/fe/fe_base.h index de5c14aae9..b392e03c46 100644 --- a/deal.II/deal.II/include/fe/fe_base.h +++ b/deal.II/deal.II/include/fe/fe_base.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -163,12 +163,6 @@ namespace FiniteElementDomination * its data are available to the implementation in a concrete finite * element class. * - * Remark on a change in implementation: it is now wrong to cast a - * pointer to FiniteElement to a pointer to FiniteElementData and - * delete it. The virtual destructor has been moved up. In a later - * version, FiniteElementData and FiniteElement should be private - * base classes of FiniteElement. - * * @ingroup febase * @author Wolfgang Bangerth, Guido Kanschat, 1998, 1999, 2000, 2001, 2003, 2005 */