From: Guido Kanschat Date: Fri, 14 Apr 2006 11:37:57 +0000 (+0000) Subject: DataOutBase::none X-Git-Tag: v8.0.0~11902 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4825c1ffac8c057a20faeb9db130fdf582450882;p=dealii.git DataOutBase::none git-svn-id: https://svn.dealii.org/trunk@12829 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 5fe39c8aef..d9596da230 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -267,6 +267,14 @@ inconvenience this causes.
    +
  1. Improved: DataOutBase::OutputFormat has a new value none, writing no + output at all. This way, the writing of output files can be controlled more + easily from parameter files. +
    + (GK 2006/04/14) +

    +
  2. Improved: VectorSlice has new functions begin() and end(), returning the corresponding vector iterators.