lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6018] Remove markers deemed nugatory 20141101T2228Z


From: Greg Chicares
Subject: [lmi-commits] [6018] Remove markers deemed nugatory 20141101T2228Z
Date: Sat, 01 Nov 2014 22:30:20 +0000

Revision: 6018
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6018
Author:   chicares
Date:     2014-11-01 22:30:19 +0000 (Sat, 01 Nov 2014)
Log Message:
-----------
Remove markers deemed nugatory 20141101T2228Z

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-11-01 22:28:35 UTC (rev 6017)
+++ lmi/trunk/ChangeLog 2014-11-01 22:30:19 UTC (rev 6018)
@@ -34510,3 +34510,13 @@
 Call Update() when a column-width style is chosen. See:
   http://lists.nongnu.org/archive/html/lmi/2014-11/msg00000.html
 
+20141101T2228Z <address@hidden> [522]
+
+  census_view.cpp
+Explain why certain defect markers will soon be removed.
+
+20141101T2230Z <address@hidden> [520]
+
+  census_view.cpp
+Remove markers deemed nugatory 20141101T2228Z.
+

Modified: lmi/trunk/census_view.cpp
===================================================================
--- lmi/trunk/census_view.cpp   2014-11-01 22:28:35 UTC (rev 6017)
+++ lmi/trunk/census_view.cpp   2014-11-01 22:30:19 UTC (rev 6018)
@@ -1019,18 +1019,6 @@
     std::sort(all_class_names.begin(), all_class_names.end());
     std::unique_copy(all_class_names.begin(), all_class_names.end(), iin);
 
-// TODO ?? need parms for each?
-//    if find name in class array
-//        OK
-//    else
-//        create: copy from first matching individual
-// TODO ?? and if unmatching element in class array: delete it?
-// ^ Remove comment block. The first defect marker seems to ask
-// whether it's necessary to have default parameters for each class.
-// The other asks whether parameters for a class to which no cell
-// belongs should be deleted. The answer to both is affirmative.
-// The code below takes care of both.
-
     // Rebuild vector of class parameters so that it contains
     // an element for each class in use.
     std::vector<Input> rebuilt_class_parms;




reply via email to

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