From 0c42d24955680fecb9bf911e70d4ed8674920201 Mon Sep 17 00:00:00 2001
From: hartmann
Date: Thu, 31 Jan 2002 10:13:28 +0000
Subject: [PATCH] Copy constructors of ParameterHandler class made private.
git-svn-id: https://svn.dealii.org/trunk@5434 0785d39b-7218-0410-832d-ea1e28bc413d
---
deal.II/doc/news/2001/c-3-2.html | 9 +++++++++
1 file changed, 9 insertions(+)
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
,