From: Wolfgang Bangerth Date: Wed, 24 Apr 2013 11:47:54 +0000 (+0000) Subject: Reintroduce a statement that (I believe) has caused hundreds of testsuite failures. X-Git-Tag: v8.0.0~626 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96af377b0c041ee1b38e4fb15a366ed18e1f2f18;p=dealii.git Reintroduce a statement that (I believe) has caused hundreds of testsuite failures. git-svn-id: https://svn.dealii.org/trunk@29379 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/logstream.h b/deal.II/include/deal.II/base/logstream.h index d18d40b2b8..f226012574 100644 --- a/deal.II/include/deal.II/base/logstream.h +++ b/deal.II/include/deal.II/base/logstream.h @@ -565,6 +565,8 @@ private: */ std::ostringstream &get_stream() { + // ??? why the following? + outstreams.get().setf(std::ios::showpoint | std::ios::left); return outstreams.get(); }