From 4825c1ffac8c057a20faeb9db130fdf582450882 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 14 Apr 2006 11:37:57 +0000 Subject: [PATCH] DataOutBase::none git-svn-id: https://svn.dealii.org/trunk@12829 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.39.5