lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/brent 117a974 09/11: Suppress detailed IQI compa


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/brent 117a974 09/11: Suppress detailed IQI comparison for the moment
Date: Tue, 22 Jun 2021 16:54:06 -0400 (EDT)

branch: odd/brent
commit 117a974e39ffb052306c8be6b0bc45216bf83d8a
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Suppress detailed IQI comparison for the moment
---
 zero.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zero.hpp b/zero.hpp
index e34034e..c75bd90 100644
--- a/zero.hpp
+++ b/zero.hpp
@@ -432,7 +432,7 @@ root_type decimal_root
 #endif // 0 // for demonstration only--not a good general idea
                 if(interpolate_inverse_quadratic == technique && !cond_c)
                     {
-#if 1
+#if 0
                     os_trace
                         << "\n"
                         << "  chandrupatla would reject the next iterate:\n"
@@ -452,7 +452,7 @@ root_type decimal_root
                         << "  " << ((phi * phi) < xi) << " (phi * phi) < xi\n"
                         << "  " << (((1.0 - phi) * (1.0 - phi)) < (1.0 - xi)) 
<< " ((1.0 - phi) * (1.0 - phi)) < (1.0 - xi)\n"
                         << std::flush;
-#endif // 1
+#endif // 0
                     }
                 }
             else



reply via email to

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