lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6317] Fix defect introduced 20151003T0126Z: misspelling


From: Greg Chicares
Subject: [lmi-commits] [6317] Fix defect introduced 20151003T0126Z: misspelling
Date: Sat, 03 Oct 2015 19:57:33 +0000

Revision: 6317
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6317
Author:   chicares
Date:     2015-10-03 19:57:31 +0000 (Sat, 03 Oct 2015)
Log Message:
-----------
Fix defect introduced 20151003T0126Z: misspelling

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-10-03 01:26:11 UTC (rev 6316)
+++ lmi/trunk/ChangeLog 2015-10-03 19:57:31 UTC (rev 6317)
@@ -37001,3 +37001,9 @@
   product_data.hpp
 Add new product-data and ledger fields.
 
+20151003T1957Z <address@hidden> [474]
+
+  ledger_invariant.cpp
+  ledger_invariant.hpp
+Fix defect introduced 20151003T0126Z: misspelling.
+

Modified: lmi/trunk/ledger_invariant.cpp
===================================================================
--- lmi/trunk/ledger_invariant.cpp      2015-10-03 01:26:11 UTC (rev 6316)
+++ lmi/trunk/ledger_invariant.cpp      2015-10-03 19:57:31 UTC (rev 6317)
@@ -191,7 +191,7 @@
     OtherScalars    ["Has1035ExchCharge"     ] = &Has1035ExchCharge      ;
     OtherScalars    ["EffDateJdn"            ] = &EffDateJdn             ;
     OtherScalars    ["DateOfBirthJdn"        ] = &DateOfBirthJdn         ;
-    OtherScalars    ["SplitFundAllocaction"  ] = &SplitFundAllocaction   ;
+    OtherScalars    ["SplitFundAllocation"   ] = &SplitFundAllocation    ;
     OtherScalars    ["GenAcctAllocation"     ] = &GenAcctAllocation      ;
     OtherScalars    ["SupplementalReport"    ] = &SupplementalReport     ;
 
@@ -579,7 +579,7 @@
 
     GenAcctAllocation = 1.0 - premium_allocation_to_sepacct(b->yare_input_);
 
-    SplitFundAllocaction =
+    SplitFundAllocation =
             (0.0 != GenAcctAllocation && 1.0 != GenAcctAllocation)
         ||
             (  0.0 != b->yare_input_.InforceGeneralAccountValue
@@ -1084,7 +1084,7 @@
     FundNames                     = a_Addend.FundNames;
     FundAllocs                    = a_Addend.FundAllocs;
     FundAllocations               = a_Addend.FundAllocations;
-    SplitFundAllocaction          = SplitFundAllocaction  || 
a_Addend.SplitFundAllocaction;
+    SplitFundAllocation           = SplitFundAllocation   || 
a_Addend.SplitFundAllocation;
     GenAcctAllocation             = a_Addend.GenAcctAllocation;
     GenderDistinct                = a_Addend.GenderDistinct;
     GenderBlended                 = a_Addend.GenderBlended;

Modified: lmi/trunk/ledger_invariant.hpp
===================================================================
--- lmi/trunk/ledger_invariant.hpp      2015-10-03 01:26:11 UTC (rev 6316)
+++ lmi/trunk/ledger_invariant.hpp      2015-10-03 19:57:31 UTC (rev 6317)
@@ -206,7 +206,7 @@
     double          Has1035ExchCharge;
     double          EffDateJdn;
     double          DateOfBirthJdn;
-    double          SplitFundAllocaction;
+    double          SplitFundAllocation;
     double          GenAcctAllocation;
     double          SupplementalReport;
 




reply via email to

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