[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 7fb7577 2/3: Actually add CurrAcctValLoad to
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 7fb7577 2/3: Actually add CurrAcctValLoad to 7702 "spread" |
Date: |
Thu, 25 Feb 2021 16:36:07 -0500 (EST) |
branch: master
commit 7fb7577c3b6d94aa16d0f4d34cbdc538ae75e34d
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>
Actually add CurrAcctValLoad to 7702 "spread"
As discussed in the previous commit, no longer zero out CurrAcctValLoad.
---
i7702.cpp | 7 -------
1 file changed, 7 deletions(-)
diff --git a/i7702.cpp b/i7702.cpp
index 4826c41..713ce08 100644
--- a/i7702.cpp
+++ b/i7702.cpp
@@ -37,13 +37,6 @@ i7702::i7702
,stratified_ {stratified}
{
database_.query_into(DB_CurrAcctValLoad, spread_);
- // For the nonce, zero out the effect of DB_CurrAcctValLoad in
- // order to demonstrate that this commit has no effect on
- // regression tests using real-world products, all of which
- // either offer no general-account option or have no
- // tiered separate-account loads--IOW, they obey the 'if'
- // condition that is now made explicit below.
- spread_ *= 0.0;
if
( database_.query<bool>(DB_AllowSepAcct)
&& !database_.query<bool>(DB_AllowGenAcct)