From: guido Date: Fri, 14 Apr 2006 11:37:57 +0000 (+0000) Subject: DataOutBase::none X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0be720e67da7372c4cfcd02ce01ad980e1024afd;p=dealii-svn.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.