lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7f8f3e0 1/8: Fix defect introduced 20210418T2


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7f8f3e0 1/8: Fix defect introduced 20210418T2056Z: nonzero default value
Date: Mon, 19 Apr 2021 20:37:28 -0400 (EDT)

branch: master
commit 7f8f3e00a76c4db12cd2de6d86e9f0aa31be78fe
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Fix defect introduced 20210418T2056Z: nonzero default value
    
    The default value of gpt_scalar_parms::qab_adb_amt should be zero, but
    commit 10299f32061c of 20210418T2056Z set it arbitrarily otherwise.
---
 gpt_commutation_functions.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gpt_commutation_functions.hpp b/gpt_commutation_functions.hpp
index 5224009..0508611 100644
--- a/gpt_commutation_functions.hpp
+++ b/gpt_commutation_functions.hpp
@@ -123,7 +123,7 @@ struct gpt_scalar_parms
     double               inforce_gsp     {                 0.0};
     double               inforce_cum_pmt {                 0.0};
     double               qab_gio_amt     {                 0.0};
-    double               qab_adb_amt     {            100000.0};
+    double               qab_adb_amt     {                 0.0};
     double               qab_term_amt    {                 0.0};
     double               qab_spouse_amt  {                 0.0};
     double               qab_child_amt   {                 0.0};



reply via email to

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