Revision: 56361
          http://sourceforge.net/p/brlcad/code/56361
Author:   starseeker
Date:     2013-07-30 20:51:34 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
Not sure yet what to do with above and below when it comes to booleans, but the 
toplevel object(s) are viewed as being 'unioned' into the toplevel database

Modified Paths:
--------------
    brlcad/trunk/src/librt/search.c

Modified: brlcad/trunk/src/librt/search.c
===================================================================
--- brlcad/trunk/src/librt/search.c     2013-07-30 20:44:01 UTC (rev 56360)
+++ brlcad/trunk/src/librt/search.c     2013-07-30 20:51:34 UTC (rev 56361)
@@ -2156,6 +2156,7 @@
     for (BU_LIST_FOR(currentpath, db_full_path_list, &(pathnames->l))) {
         struct db_node_t curr_node;
        curr_node.entry = currentpath->path; 
+        curr_node.bool_type = 2; /* by convention, the top level node is 
"unioned" into the global database */
        db_fullpath_traverse(dbip, wdbp, searchresults, &curr_node, 
find_execute_plans, find_execute_plans, wdbp->wdb_resp, (struct db_plan_t 
*)searchplan);
     }
     return searchresults;

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to