lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master bbe2802 21/25: Reduce bogosity ever so slight


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bbe2802 21/25: Reduce bogosity ever so slightly
Date: Wed, 24 Feb 2021 19:00:54 -0500 (EST)

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

    Reduce bogosity ever so slightly
    
    Replaced an incorrect argument with a correct one. Normally this would
    be expected to cause a regression, which would be gladly accepted, but
    actually it causes none because the argument is in effect ignored.
---
 ihs_basicval.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ihs_basicval.cpp b/ihs_basicval.cpp
index 3bbf2a8..6af8350 100644
--- a/ihs_basicval.cpp
+++ b/ihs_basicval.cpp
@@ -460,7 +460,7 @@ void BasicValues::Init7702()
         ,Mly7702qc
         ,i7702_->net_glp()
         ,i7702_->net_gsp()
-        ,i7702_->gross() // 7702 !! incorrect: ig should equal ic
+        ,i7702_->ig()
         ,i7702_->spread()
         ,yare_input_.SpecifiedAmount[0] + yare_input_.TermRiderAmount
         ,yare_input_.SpecifiedAmount[0] + yare_input_.TermRiderAmount



reply via email to

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