From: Guido Kanschat Date: Thu, 26 Jan 2006 15:43:16 +0000 (+0000) Subject: TableBase::fill X-Git-Tag: v8.0.0~12489 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363df8cd15f512f8cbcd6ec1e99fea7e41ad5ac9;p=dealii.git TableBase::fill git-svn-id: https://svn.dealii.org/trunk@12186 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index e63270d157..1711859f5f 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -209,6 +209,14 @@ inconvenience this causes.

base

    + +
  1. Improved: a new function TableBase::fill, filling the whole table with the same element has + been introduced. +
    + (GK 2006/01/18) +

    +
  2. Improved: DataOutBase now writes binary files for OpenDX.