lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 79071a9 1/2: Don't specify unimplemented spec


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 79071a9 1/2: Don't specify unimplemented specamt maximums
Date: Mon, 18 Feb 2019 12:46:25 -0500 (EST)

branch: master
commit 79071a91ff68971fe514b8f0bcd37992f7adcd6d
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Don't specify unimplemented specamt maximums
---
 dbdict.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dbdict.cpp b/dbdict.cpp
index e4f0ad2..a4afec0 100644
--- a/dbdict.cpp
+++ b/dbdict.cpp
@@ -578,6 +578,9 @@ void DBDictionary::InitDB()
     Add({DB_AdbLimit              , dbl_inf});
     Add({DB_ExpSpecAmtLimit       , dbl_inf});
 
+    Add({DB_MaxIssSpecAmt         , dbl_inf});
+    Add({DB_MaxRenlSpecAmt        , dbl_inf});
+
     // These are the same as the nominal limits of the associated
     // members of class Input.
     Add({DB_SpouseRiderMaxAmt     , bignum});
@@ -692,10 +695,8 @@ void DBDictionary::write_database_files()
     z.Add({DB_MaxIssAge           , 70});
     z.Add({DB_MinIssSpecAmt       , 50000.0});
     z.Add({DB_MinIssBaseSpecAmt   , 50000.0});
-    z.Add({DB_MaxIssSpecAmt       , 10000000.0});
     z.Add({DB_MinRenlSpecAmt      , 50000.0});
     z.Add({DB_MinRenlBaseSpecAmt  , 50000.0});
-    z.Add({DB_MaxRenlSpecAmt      , 10000000.0});
     z.Add({DB_MinSpecAmtIncr      , 0.0});
     z.Add({DB_MaxIncrAge          , 99});
     z.Add({DB_MinPmt              , 0.0});



reply via email to

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