Revision: 54327
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54327&view=rev
Author:   n_reed
Date:     2013-02-06 22:21:32 +0000 (Wed, 06 Feb 2013)
Log Message:
-----------
remove a noisy info message

Modified Paths:
--------------
    brlcad/trunk/src/other/libvds/cluster.c

Modified: brlcad/trunk/src/other/libvds/cluster.c
===================================================================
--- brlcad/trunk/src/other/libvds/cluster.c     2013-02-06 17:19:39 UTC (rev 
54326)
+++ brlcad/trunk/src/other/libvds/cluster.c     2013-02-06 22:21:32 UTC (rev 
54327)
@@ -58,7 +58,7 @@
     VEC3_SCALE(average, 1.0 / (float) nnodes, average);
     VEC3_AVERAGE(center, min, max);
     if (VEC3_EQUAL(min, max)) {
-       printf("Coincident vertices; partitioning among child nodes.\n");
+       /* vertices coincide, just partition evenly among children */
        for (i = 0; i < nnodes; i++) {
            int index = i % VDS_MAXDEGREE;
            childnodes[index][nchildnodes[index]] = nodes[i];

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


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to