lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master bb21c29 06/11: Expatiate less garrulously


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bb21c29 06/11: Expatiate less garrulously
Date: Thu, 1 Jul 2021 20:19:04 -0400 (EDT)

branch: master
commit bb21c29631c3acf98a208e1587cbf5b682620c71
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Expatiate less garrulously
---
 zero.hpp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/zero.hpp b/zero.hpp
index e16a4e8..50a2b9d 100644
--- a/zero.hpp
+++ b/zero.hpp
@@ -249,13 +249,15 @@ root_type decimal_root
 
     os_trace.precision(DECIMAL_DIG);
 
+    os_trace << "iteration, technique, x, fx\n";
+
     auto expatiate = [&](double x, double fx)
         {
         os_trace
-            << "iteration " << n_iter
-            << " "          << "IBLQb"[technique]
-            << " iterand "  << x
-            << " value "    << fx
+            << n_iter
+            << ' ' << "IBLQb"[technique]
+            << ' ' << x
+            << ' ' << fx
             << std::endl
             ;
         };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]