From caf24231bc12a8be8640c012cdd6ce1d350ac8df Mon Sep 17 00:00:00 2001 From: third-party Date: Mon, 11 Mar 2002 10:28:40 +0000 Subject: [PATCH] Add a little doc. git-svn-id: https://svn.dealii.org/trunk@5556 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/function.h | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.39.5