Revision: 78108
          http://sourceforge.net/p/brlcad/code/78108
Author:   starseeker
Date:     2021-01-22 19:54:57 +0000 (Fri, 22 Jan 2021)
Log Message:
-----------
comments

Modified Paths:
--------------
    brlcad/trunk/src/libged/npush/npush.cpp

Modified: brlcad/trunk/src/libged/npush/npush.cpp
===================================================================
--- brlcad/trunk/src/libged/npush/npush.cpp     2021-01-22 19:49:20 UTC (rev 
78107)
+++ brlcad/trunk/src/libged/npush/npush.cpp     2021-01-22 19:54:57 UTC (rev 
78108)
@@ -825,11 +825,12 @@
     instset.insert(uniq_instances.begin(), uniq_instances.end());
 
     // Having identified all unique instances, it is now time to build the 
pushed
-    // tree by walking a file time and updating combs and primitives 
accordingly.
+    // tree.
     //
-    // Step one is to iterate over the instances.  If a new iname has been 
assigned,
-    // the existing object needs to be copied under the new name.  Once all db 
objects
-    // needed are in place (in unaltered form) the updating operations are:
+    // Step one is to iterate over the instances.  If a new iname has been
+    // assigned, the existing object needs to be copied under the new name.
+    // Once all db objects needed are in place (in unaltered form) we walk a
+    // final time and updating combs and primitives accordingly.
     //
     // For each instance in the comb tree, try to find the corresponding dp_i
     // in the instset (matrix + dp find search - create a dp_i to supply to 
find, capture
@@ -840,7 +841,7 @@
     // assign the dp_i matrix.  If the leaf is a solid and the flag is set,
     // assign IDN matrix and update solid parameters.
     //
-    // Check the existing push and xpush codes for how to alter the comb trees.
+    // TODO: Check the existing push and xpush codes for how to alter the comb 
trees.
 
     std::map<struct directory *, std::vector<dp_i>> dpref;
     std::set<dp_i> bpush;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to