From 9e4e83f486f3ce91894229e14ce42a2861f0a39d Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 26 May 2004 16:36:22 +0000 Subject: [PATCH] New ConditionalOStream class. git-svn-id: https://svn.dealii.org/trunk@9335 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 9ea0b38c40..a2fddcfcac 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -40,6 +40,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

base

    +
  1. + New: An object of the new ConditionalOStream class allows to print + to standard output depending on its condition, which is active + or not. This is particular useful for parallel computations + when only one process should print to standard output. An + object pout of this class is a pregenerated. +
    + (RH 2004/05/26) +

-- 2.39.5