From: hartmann
Date: Thu, 31 Jan 2002 10:13:28 +0000 (+0000)
Subject: Copy constructors of ParameterHandler class made private.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c42d24955680fecb9bf911e70d4ed8674920201;p=dealii-svn.git
Copy constructors of ParameterHandler class made private.
git-svn-id: https://svn.dealii.org/trunk@5434 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html
index 4e69a8496c..d6d9c0b9a2 100644
--- a/deal.II/doc/news/2001/c-3-2.html
+++ b/deal.II/doc/news/2001/c-3-2.html
@@ -133,6 +133,15 @@ documentation, etc.
(Alexis Herault, WB 2002/01/28)
+ Fixed: Private definitions of the copy constructor and
+ assignment operator of the ParameterHandler
class are now included in
+ order to inhibit the (unintentional) use of default copy
+ constructors.
+
+ (RH 2002/01/22)
+
+
Improved: The cut-off functions Functios::CutOffFunctionLinfty
,