lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master fd106fc 14/15: Reformat


From: Greg Chicares
Subject: [lmi-commits] [lmi] master fd106fc 14/15: Reformat
Date: Mon, 25 Jan 2021 09:58:07 -0500 (EST)

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

    Reformat
---
 ihs_acctval.cpp | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/ihs_acctval.cpp b/ihs_acctval.cpp
index 5e76fcf..df576a8 100644
--- a/ihs_acctval.cpp
+++ b/ihs_acctval.cpp
@@ -537,30 +537,30 @@ void AccountValue::FinalizeLifeAllBases()
 //============================================================================
 void AccountValue::SetInitialValues()
 {
-    InforceYear                 = yare_input_.InforceYear                     ;
-    InforceMonth                = yare_input_.InforceMonth                    ;
-    InforceAVGenAcct            = yare_input_.InforceGeneralAccountValue      ;
-    InforceAVSepAcct            = yare_input_.InforceSeparateAccountValue     ;
-    InforceAVRegLn              = yare_input_.InforceRegularLoanValue         ;
-    InforceAVPrfLn              = yare_input_.InforcePreferredLoanValue       ;
-    InforceRegLnBal             = yare_input_.InforceRegularLoanBalance       ;
-    InforcePrfLnBal             = yare_input_.InforcePreferredLoanBalance     ;
-    InforceCumNoLapsePrem       = yare_input_.InforceCumulativeNoLapsePremium ;
-    InforceCumPmts              = yare_input_.InforceCumulativeNoLapsePayments;
-    InforceTaxBasis             = yare_input_.InforceTaxBasis                 ;
-
-    Year                        = InforceYear;
-    Month                       = InforceMonth;
+    InforceYear           = yare_input_.InforceYear                     ;
+    InforceMonth          = yare_input_.InforceMonth                    ;
+    InforceAVGenAcct      = yare_input_.InforceGeneralAccountValue      ;
+    InforceAVSepAcct      = yare_input_.InforceSeparateAccountValue     ;
+    InforceAVRegLn        = yare_input_.InforceRegularLoanValue         ;
+    InforceAVPrfLn        = yare_input_.InforcePreferredLoanValue       ;
+    InforceRegLnBal       = yare_input_.InforceRegularLoanBalance       ;
+    InforcePrfLnBal       = yare_input_.InforcePreferredLoanBalance     ;
+    InforceCumNoLapsePrem = yare_input_.InforceCumulativeNoLapsePremium ;
+    InforceCumPmts        = yare_input_.InforceCumulativeNoLapsePayments;
+    InforceTaxBasis       = yare_input_.InforceTaxBasis                 ;
+
+    Year                  = InforceYear;
+    Month                 = InforceMonth;
     CoordinateCounters();
 
-    DB7702A                     = C0;  // TODO ?? TAXATION !! This seems silly.
+    DB7702A               = C0;  // TODO ?? TAXATION !! This seems silly.
 
-    AVRegLn                     = InforceAVRegLn;
-    AVPrfLn                     = InforceAVPrfLn;
-    RegLnBal                    = InforceRegLnBal;
-    PrfLnBal                    = InforcePrfLnBal;
-    AVGenAcct                   = InforceAVGenAcct;
-    AVSepAcct                   = InforceAVSepAcct;
+    AVRegLn               = InforceAVRegLn;
+    AVPrfLn               = InforceAVPrfLn;
+    RegLnBal              = InforceRegLnBal;
+    PrfLnBal              = InforcePrfLnBal;
+    AVGenAcct             = InforceAVGenAcct;
+    AVSepAcct             = InforceAVSepAcct;
 
     // WX PORT !! When fund selection is finally ported from ihs,
     // this workaround should not be needed; until then, it sidesteps



reply via email to

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