lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3ef5a8e 08/10: Draw attention to an improveme


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3ef5a8e 08/10: Draw attention to an improvement deferred
Date: Mon, 1 Mar 2021 09:39:23 -0500 (EST)

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

    Draw attention to an improvement deferred
---
 ihs_basicval.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ihs_basicval.cpp b/ihs_basicval.cpp
index 3e60e83..31e2d24 100644
--- a/ihs_basicval.cpp
+++ b/ihs_basicval.cpp
@@ -600,6 +600,8 @@ void BasicValues::SetPermanentInvariants()
 // This would be more natural:
 //    assign(DBDiscountRate, 1.0 / (1.0 + DBDiscountRate));
 // but we avoid it for the nonce because it causes slight regression errors.
+// 7702 !! Use the more natural (and more accurate) version once DCV
+// has been changed from double to currency.
     assign(DBDiscountRate, 1.0 + DBDiscountRate);
     assign(DBDiscountRate, 1.0 / DBDiscountRate);
 



reply via email to

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