From bcea1c57ecd9541f0e32095d0f6933f65da5a7be Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 30 Nov 2001 14:22:02 +0000 Subject: [PATCH] Move OutputStyle to ParameterHandler. git-svn-id: https://svn.dealii.org/trunk@5320 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 2e0823860d..248c4ee465 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -84,6 +84,14 @@ documentation, etc.

base

    +
  1. + Changed: The OutputStyle enum used + to indicate the output format has been moved into the + ParameterHandler class. +
    + (WB 2001/11/30) +

    +
  2. Fixed: In the ParameterHandler class, we leaked 8 or 12 bytes of memory per declared @@ -228,7 +236,7 @@ documentation, etc. you now have to prefix it by IteratorState::.
    - (RH, WB 2001/11/30) + (WB 2001/11/30)

  3. @@ -240,7 +248,7 @@ documentation, etc. therefore have to prefix the members of this enum by the respective class name.
    - (RH, WB 2001/11/29) + (WB 2001/11/29)

  4. -- 2.39.5