lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6409] Clarify a control construct; improve documentation


From: Greg Chicares
Subject: [lmi-commits] [6409] Clarify a control construct; improve documentation
Date: Sat, 14 Nov 2015 12:28:41 +0000

Revision: 6409
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6409
Author:   chicares
Date:     2015-11-14 12:28:40 +0000 (Sat, 14 Nov 2015)
Log Message:
-----------
Clarify a control construct; improve documentation

Modified Paths:
--------------
    lmi/trunk/ihs_avstrtgy.cpp

Modified: lmi/trunk/ihs_avstrtgy.cpp
===================================================================
--- lmi/trunk/ihs_avstrtgy.cpp  2015-11-14 12:27:53 UTC (rev 6408)
+++ lmi/trunk/ihs_avstrtgy.cpp  2015-11-14 12:28:40 UTC (rev 6409)
@@ -227,12 +227,19 @@
                 {
                 if(UnsplitSplitMinPrem)
                     {
+                    // Normally, if min prem is defined separately
+                    // for ee and er ("split"), then each pays only
+                    // its respective piece when its pmt is specified
+                    // as "minimum". When a "split" product has a
+                    // subplan designed for a single payor (e.g.,
+                    // "voluntary" group coverage), "minimum" means
+                    // the total: what was "split" must be "unsplit".
                     return
                           GetModalPremMlyDedEe(Year, a_CurrentMode, 
TermSpecAmt)
                         + GetModalPremMlyDedEr(Year, a_CurrentMode, 
ActualSpecAmt)
                         ;
                     }
-                if(mce_solve_ee_prem == a_SolveForWhichPrem)
+                else if(mce_solve_ee_prem == a_SolveForWhichPrem)
                     {
                     // Normally, ee mode is entered to match ee mode,
                     // which represents the payment mode chosen by the




reply via email to

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