From: third-party Date: Mon, 11 Mar 2002 10:28:40 +0000 (+0000) Subject: Add a little doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=507faf6b190fc78109bfe5c5651e8120dbb0366a;p=dealii-svn.git Add a little doc. git-svn-id: https://svn.dealii.org/trunk@5556 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/function.h b/deal.II/base/include/base/function.h index 1c46b69273..7629da8da2 100644 --- a/deal.II/base/include/base/function.h +++ b/deal.II/base/include/base/function.h @@ -129,6 +129,13 @@ class Function : public FunctionTime, * overhead in derived classes, * this is the best place to do * this. + * + * Nevertheless, since derived + * classes want to call the + * destructor of a base class, + * the destructor is implemented + * (despite it being pure + * virtual). */ virtual ~Function () = 0;