From: Wolfgang Bangerth Date: Wed, 10 Oct 2001 14:44:44 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~18682 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246b86be6a3e0a01421a81cecf3dbcfb6f9f8ec9;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@5139 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html index be2d320b4d..a3ef7c5951 100644 --- a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html +++ b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html @@ -14,6 +14,16 @@

Changes between versions 3.2.0 and 3.2.1

    +
  1. + Fixed: The DataOutBase::EpsFlags + class forgot to declare the reverse grey scale function as one + possible input for the color function for the + ParameterHandler class. This is now + possible. +
    + (WB 2001/10/10) +

    +
  2. Fixed: the iterator category template base class of grid iterators was incorrectly set.