From: Wolfgang Bangerth Date: Wed, 23 Sep 2020 23:50:56 +0000 (-0600) Subject: Clarify documentation. X-Git-Tag: v9.3.0-rc1~1074^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10959%2Fhead;p=dealii.git Clarify documentation. --- diff --git a/include/deal.II/base/logstream.h b/include/deal.II/base/logstream.h index 90d7cb0760..ec52e976d5 100644 --- a/include/deal.II/base/logstream.h +++ b/include/deal.II/base/logstream.h @@ -129,8 +129,9 @@ public: /** - * Standard constructor. The standard output stream to - * std::cout. + * Standard constructor. The constructor sets the output stream to + * std::cout and the depth to zero. (Use attach() and + * depth_console() to change this.) */ LogStream();