From: wolf Date: Thu, 21 Apr 2005 22:33:16 +0000 (+0000) Subject: Fixed: The DataOut class did not work X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df57d9d029290ee5948b84df3077c7faded1893b;p=dealii-svn.git Fixed: The DataOut class did not work properly if the DataOut::first_cell and DataOut::next_cell functions were overloaded and cell data was to be output; in that case, data from the wrong cells was written out. This is now fixed. In contrast to this, nodal data was never affected. git-svn-id: https://svn.dealii.org/trunk@10565 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index d30dba3a4d..cd2e5f8e4e 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -341,6 +341,17 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: The DataOut class did not work + properly if the DataOut::first_cell and + DataOut::next_cell functions were + overloaded and cell data was to be output; in that case, data from the + wrong cells was written out. This is now fixed. In contrast to this, + nodal data was never affected. +
    + (WB, 2005/04/20) +

    +
  2. Improved: By employing the new GeometryInfo::