lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6384] Propagate the 20150723T0941Z change to parallel cod


From: Greg Chicares
Subject: [lmi-commits] [6384] Propagate the 20150723T0941Z change to parallel code
Date: Mon, 02 Nov 2015 23:51:23 +0000

Revision: 6384
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6384
Author:   chicares
Date:     2015-11-02 23:51:20 +0000 (Mon, 02 Nov 2015)
Log Message:
-----------
Propagate the 20150723T0941Z change to parallel code

Modified Paths:
--------------
    lmi/trunk/gpt_input.cpp
    lmi/trunk/mec_input.cpp

Modified: lmi/trunk/gpt_input.cpp
===================================================================
--- lmi/trunk/gpt_input.cpp     2015-11-02 23:45:31 UTC (rev 6383)
+++ lmi/trunk/gpt_input.cpp     2015-11-02 23:51:20 UTC (rev 6384)
@@ -556,10 +556,9 @@
         );
     if(mce_no == UseDOB)
         {
-        // If no DOB is supplied, assume a birthday occurs on the
-        // issue date--as good an assumption as any, and the simplest.
-        // It may need to be a day earlier for a contract issued on a
-        // leap-year day.
+        // If DOB does not govern, adjust the birthdate appropriately,
+        // with particular caution on February twenty-ninth. See:
+        //   http://lists.nongnu.org/archive/html/lmi/2008-07/msg00006.html
         DateOfBirth = add_years
             (DateOfBirth.value()
             ,apparent_age - IssueAge.value()

Modified: lmi/trunk/mec_input.cpp
===================================================================
--- lmi/trunk/mec_input.cpp     2015-11-02 23:45:31 UTC (rev 6383)
+++ lmi/trunk/mec_input.cpp     2015-11-02 23:51:20 UTC (rev 6384)
@@ -503,10 +503,9 @@
         );
     if(mce_no == UseDOB)
         {
-        // If no DOB is supplied, assume a birthday occurs on the
-        // issue date--as good an assumption as any, and the simplest.
-        // It may need to be a day earlier for a contract issued on a
-        // leap-year day.
+        // If DOB does not govern, adjust the birthdate appropriately,
+        // with particular caution on February twenty-ninth. See:
+        //   http://lists.nongnu.org/archive/html/lmi/2008-07/msg00006.html
         DateOfBirth = add_years
             (DateOfBirth.value()
             ,apparent_age - IssueAge.value()




reply via email to

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