From: Ralf Hartmann Date: Wed, 26 May 2004 16:36:22 +0000 (+0000) Subject: New ConditionalOStream class. X-Git-Tag: v8.0.0~15117 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e4e83f486f3ce91894229e14ce42a2861f0a39d;p=dealii.git New ConditionalOStream class. git-svn-id: https://svn.dealii.org/trunk@9335 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) +