lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5045] Refactor


From: Greg Chicares
Subject: [lmi-commits] [5045] Refactor
Date: Wed, 21 Jul 2010 11:42:43 +0000

Revision: 5045
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5045
Author:   chicares
Date:     2010-07-21 11:42:43 +0000 (Wed, 21 Jul 2010)
Log Message:
-----------
Refactor

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/ihs_avmly.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-07-20 23:51:36 UTC (rev 5044)
+++ lmi/trunk/ChangeLog 2010-07-21 11:42:43 UTC (rev 5045)
@@ -26409,3 +26409,9 @@
 Remove a DWIM exception to consistency testing, inducing a regression
 in system testing that must be analyzed.
 
+20100721T1142Z <address@hidden> [688]
+
+  ihs_avmly.cpp
+Refactor. This depends on the 20100720T2351Z change, without which the
+data member now used would not necessarily have been set correctly.
+

Modified: lmi/trunk/ihs_avmly.cpp
===================================================================
--- lmi/trunk/ihs_avmly.cpp     2010-07-20 23:51:36 UTC (rev 5044)
+++ lmi/trunk/ihs_avmly.cpp     2010-07-21 11:42:43 UTC (rev 5045)
@@ -1481,7 +1481,7 @@
         ;
     HOPEFULLY(0.0 <= sum_of_separate_loads);
     LMI_ASSERT
-        (   StratifiedCharges_->premium_tax_is_tiered(GetStateOfJurisdiction())
+        (   PremiumTaxLoadIsTieredInStateOfJurisdiction
         ||  materially_equal(total_load, sum_of_separate_loads)
         );
 




reply via email to

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