From 5d539b8adda1506720804a3068038215b63cd142 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2020 17:50:56 -0600 Subject: [PATCH] Clarify documentation. --- include/deal.II/base/logstream.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(); -- 2.39.5