lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 5827c93 12/14: No longer assign to 'EePmt' an


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5827c93 12/14: No longer assign to 'EePmt' and 'ErPmt'
Date: Sat, 29 Aug 2020 19:34:50 -0400 (EDT)

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

    No longer assign to 'EePmt' and 'ErPmt'
    
    They're needless, and about to be eradicated.
---
 ihs_acctval.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ihs_acctval.cpp b/ihs_acctval.cpp
index 5c0924a..92c2eaa 100644
--- a/ihs_acctval.cpp
+++ b/ihs_acctval.cpp
@@ -361,7 +361,7 @@ void AccountValue::InitializeLife(mcenum_run_basis a_Basis)
     // but the result is always the same (because the premium is).
     if(!SolvingForGuarPremium)
         {
-        // TODO ?? There's some code in FinalizeYear() below that
+        // TODO ?? There used to be some code in FinalizeYear() below that
         // sets InvariantValues().EePmt to an annualized value, but
         // PerformSpecAmtStrategy() expects a modal value. The
         // annualized value is wiped out a few lines below anyway.
@@ -1382,9 +1382,6 @@ void AccountValue::FinalizeYear()
             -   InvariantValues().NewCashLoan[Year]
             ;
 
-        InvariantValues().EePmt[Year] = InvariantValues().EeGrossPmt[Year];
-        InvariantValues().ErPmt[Year] = InvariantValues().ErGrossPmt[Year];
-
         InvariantValues().GptForceout[Year] = YearsTotalGptForceout;
 
 // SOMEDAY !! Not yet implemented.



reply via email to

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