From: hartmann Date: Wed, 26 May 2004 16:36:22 +0000 (+0000) Subject: New ConditionalOStream class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fa3455640bb637e9a75b753269c815a333f524;p=dealii-svn.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) +