Revision: 55995
          http://sourceforge.net/p/brlcad/code/55995
Author:   phoenixyjll
Date:     2013-07-10 06:04:58 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
Display number of curve segments and number of single points.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/intersect.cpp

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-07-10 06:00:49 UTC (rev 
55994)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-07-10 06:04:58 UTC (rev 
55995)
@@ -2289,7 +2289,7 @@
        }
     }
 
-    bu_log("Segments: %d\n", intersect3d.Count());
+    bu_log("%d curve segments and %d single points.\n", intersect3d.Count(), 
single_pts.Count());
     bu_free(index, "int");
     bu_free(startpt, "int");
     bu_free(endpt, "int");

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to