lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3ce5152 1/2: Demote a couple of '!!' markers


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3ce5152 1/2: Demote a couple of '!!' markers that merit less attention
Date: Thu, 28 Jun 2018 10:36:54 -0400 (EDT)

branch: master
commit 3ce51521bb18269508a73d4d3d29fa60e1b77068
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Demote a couple of '!!' markers that merit less attention
---
 input_harmonization.cpp | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/input_harmonization.cpp b/input_harmonization.cpp
index d9ed6ff..93c370c 100644
--- a/input_harmonization.cpp
+++ b/input_harmonization.cpp
@@ -590,8 +590,9 @@ false // Silly workaround for now.
     IndividualPaymentStrategy.allow(mce_pmt_table       , !inhibit_prem_simple 
&& !prem_solve || specamt_indeterminate);
     IndividualPaymentStrategy.enable(!inhibit_prem_simple && !prem_solve);
 
-//    InsuredPremiumTableNumber.enable(mce_pmt_table == 
IndividualPaymentStrategy); // // INPUT !! Obsolete scalar alternative control.
-// In the legacy system, that control, 'InsuredPremiumTableFactor',
+// In the legacy system,
+//   'InsuredPremiumTableNumber',
+//   'InsuredPremiumTableFactor',
 // and their 'Corporation'- congeners were enabled iff a
 // 'mce_pmt_table' strategy was selected in a scalar control--but
 // no such scalar control was ported. For payment strategy, lmi offers
@@ -726,10 +727,10 @@ false // Silly workaround for now.
         &&  (
                 mce_pmt_input_scalar == IndividualPaymentStrategy
             )
-// INPUT !! Obsolete scalar alternative control.
-//        &&  (
-//                mce_pmt_input_scalar == ErPmtStrategy
-//            )
+//      obsolete "Corporate" congener:
+//      &&  (
+//              mce_pmt_input_scalar == ErPmtStrategy
+//          )
         &&  (
                 mce_sa_input_scalar == SpecifiedAmountStrategyFromIssue
             ||  mce_sa_salary       == SpecifiedAmountStrategyFromIssue



reply via email to

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