From: Ralf Hartmann Date: Wed, 2 Nov 2005 15:12:42 +0000 (+0000) Subject: Fix bug in DataOutBase::write_povray function. X-Git-Tag: v8.0.0~12922 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d5ea1ee202c74e96b80a08487eba2d194e25c6;p=dealii.git Fix bug in DataOutBase::write_povray function. git-svn-id: https://svn.dealii.org/trunk@11690 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 99d703a21d..1ae791aa2d 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -113,6 +113,15 @@ inconvenience this causes.

base

    +
  1. + Fixed: The computation of HMIN and + HMAX in DataOutBase::write_povray has been + wrong. This is now fixed. +
    + (RH 2005/11/02) +

    +
  2. Fixed: DataOutBase<2,3>::write_tecplot_binary