lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5389] Expunge a silly flag


From: Greg Chicares
Subject: [lmi-commits] [5389] Expunge a silly flag
Date: Tue, 31 Jan 2012 13:39:29 +0000

Revision: 5389
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5389
Author:   chicares
Date:     2012-01-31 13:39:28 +0000 (Tue, 31 Jan 2012)
Log Message:
-----------
Expunge a silly flag

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/ihs_irc7702a.cpp
    lmi/trunk/ihs_irc7702a.hpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-01-31 13:36:19 UTC (rev 5388)
+++ lmi/trunk/ChangeLog 2012-01-31 13:39:28 UTC (rev 5389)
@@ -29601,7 +29601,7 @@
   ihs_irc7702a.cpp
 Mark a defect.
 
-20120131T1147Z <address@hidden> [580]
+20120131T1149Z <address@hidden> [580]
 
   ihs_basicval.cpp
   ihs_irc7702a.cpp
@@ -29610,3 +29610,15 @@
   mec_server.cpp
 Abjure "magic".
 
+20120131T1336Z <address@hidden> [579]
+
+  ihs_irc7702a.cpp
+  ihs_irc7702a.hpp
+Expunge misbegotten NSP interpolation.
+
+20120131T1339Z <address@hidden> [578]
+
+  ihs_irc7702a.cpp
+  ihs_irc7702a.hpp
+Expunge a silly flag.
+

Modified: lmi/trunk/ihs_irc7702a.cpp
===================================================================
--- lmi/trunk/ihs_irc7702a.cpp  2012-01-31 13:36:19 UTC (rev 5388)
+++ lmi/trunk/ihs_irc7702a.cpp  2012-01-31 13:39:28 UTC (rev 5389)
@@ -71,8 +71,7 @@
     ,DefnMaterialChange   (a_DefnMaterialChange)
     ,UnnecPremIsMatChg    (false)
     ,ElectiveIncrIsMatChg (true)
-    ,Exch1035IsMatChg     (true)
-    ,CorrHidesIncr        (false)
+    ,CorrHidesIncr        (false) // TAXATION !! DATABASE !! This should 
either be eliminated or moved to the database.
     ,IsSurvivorship       (a_IsSurvivorship)
     ,AvoidMec             (a_AvoidMec)
     ,Use7PPTable          (a_Use7PPTable)
@@ -109,13 +108,6 @@
         return;
         }
 
-    // Set flags for implementation choices. Assigning values here
-    // looks superfluous because it duplicates the initializer-list;
-    // they're grouped here to emphasize them for maintainers.
-    // TAXATION !! DATABASE !! Each should either be eliminated or moved to 
the database.
-    Exch1035IsMatChg        = true; // TODO ?? TAXATION !! Silly--remove.
-    CorrHidesIncr           = false;
-
     switch(DefnMaterialChange)
         {
         case mce_unnecessary_premium:
@@ -450,7 +442,7 @@
         LMI_ASSERT(0 == PolicyYear && 0 == PolicyMonth);
         Bfts[TestPeriodDur] = a_Bft;
 
-        if(Exch1035IsMatChg && 0.0 != a_Net1035Amount)
+        if(0.0 != a_Net1035Amount)
             {
             IsMatChg = true;
             RedressMatChg

Modified: lmi/trunk/ihs_irc7702a.hpp
===================================================================
--- lmi/trunk/ihs_irc7702a.hpp  2012-01-31 13:36:19 UTC (rev 5388)
+++ lmi/trunk/ihs_irc7702a.hpp  2012-01-31 13:39:28 UTC (rev 5389)
@@ -215,7 +215,6 @@
 
     bool UnnecPremIsMatChg;
     bool ElectiveIncrIsMatChg;
-    bool Exch1035IsMatChg;
     bool CorrHidesIncr;
 
     bool const      IsSurvivorship; // is policy multilife and not first to 
die?




reply via email to

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