lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5856] Fix defect introduced 20050807T1553Z


From: Greg Chicares
Subject: [lmi-commits] [5856] Fix defect introduced 20050807T1553Z
Date: Wed, 29 Jan 2014 17:40:30 +0000

Revision: 5856
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5856
Author:   chicares
Date:     2014-01-29 17:40:30 +0000 (Wed, 29 Jan 2014)
Log Message:
-----------
Fix defect introduced 20050807T1553Z

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/group_values.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-01-29 17:39:19 UTC (rev 5855)
+++ lmi/trunk/ChangeLog 2014-01-29 17:40:30 UTC (rev 5856)
@@ -33562,3 +33562,14 @@
   version.hpp
 Designate release candidate 5854.
 
+20140129T1739Z <address@hidden> [542]
+
+  census_view.cpp
+Display a busy cursor when applying changes to groups of cells.
+
+20140129T1740Z <address@hidden> [542]
+
+  group_values.cpp
+Fix defect introduced 20050807T1553Z: a cell must be initialized at
+the beginning of any partial inforce year in which it's illustrated.
+

Modified: lmi/trunk/group_values.cpp
===================================================================
--- lmi/trunk/group_values.cpp  2014-01-29 17:39:19 UTC (rev 5855)
+++ lmi/trunk/group_values.cpp  2014-01-29 17:40:30 UTC (rev 5856)
@@ -408,7 +408,9 @@
 
             for(i = cell_values.begin(); i != cell_values.end(); ++i)
                 {
-                if((*i)->PrecedesInforceDuration(year, 0))
+                // A cell must be initialized at the beginning of any
+                // partial inforce year in which it's illustrated.
+                if((*i)->PrecedesInforceDuration(year, 11))
                     {
                     continue;
                     }




reply via email to

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