From: Ralf Hartmann Date: Wed, 28 Sep 2005 13:46:53 +0000 (+0000) Subject: Fix DataOutBase<2,3>::write_tecplot_binary. X-Git-Tag: v8.0.0~13061 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551a42c0e7989624ee3d3e4d72a93811a4ba2ad4;p=dealii.git Fix DataOutBase<2,3>::write_tecplot_binary. git-svn-id: https://svn.dealii.org/trunk@11542 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index eb549340f0..957940b377 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -69,6 +69,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

base

    +
  1. + Fixed: DataOutBase<2,3>::write_tecplot_binary + did not write the z coordinates. This is now + fixed. +
    + (RH 2005/09/28) +

    +
  2. Fixed: The tecplot_binary OutputFormat has been added to