From: wolf Date: Wed, 10 Oct 2001 14:44:44 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212e1c7a95f9b697e160308279579cf69e6eb46a;p=dealii-svn.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.