From 77c67802a338a677f3440a5ae949e726870d47ee Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 30 Oct 2018 17:09:56 -0700 Subject: [PATCH] printer.cpp extend precision --- src/factory/printer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/factory/printer.cpp b/src/factory/printer.cpp index 0900d1e..c68c860 100644 --- a/src/factory/printer.cpp +++ b/src/factory/printer.cpp @@ -431,7 +431,7 @@ std::ostream& operator<<(std::ostream& strm, const PVStructure::Formatter& forma case scalar: strm<(value.get())<<' '; + strm<(value.get())<<' '; printAlarmT(strm, format.xtop); strm<<'\n'; return strm; @@ -440,7 +440,7 @@ std::ostream& operator<<(std::ostream& strm, const PVStructure::Formatter& forma strm<(value.get())<<'\n'; + strm<(value.get())<<'\n'; return strm; case structure: