Revision: 45886
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45886&view=rev
Author:   brlcad
Date:     2011-08-10 06:11:28 +0000 (Wed, 10 Aug 2011)

Log Message:
-----------
more shushing

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp

Modified: brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp  2011-08-10 
06:02:48 UTC (rev 45885)
+++ brlcad/trunk/src/librt/primitives/revolve/revolve_brep.cpp  2011-08-10 
06:11:28 UTC (rev 45886)
@@ -110,19 +110,13 @@
        VSET(minpt, lbbox->m_min[0], lbbox->m_min[1], lbbox->m_min[2]);
        VSET(maxpt, lbbox->m_max[0], lbbox->m_max[1], lbbox->m_max[2]);
        currdist = DIST_PT_PT(minpt, maxpt);
-       bu_log("currdist: %f\n", currdist);
        if (currdist > maxdist) {
            maxdist = currdist;
            largest_loop_index = i;
        }
     }
-    bu_log("largest_loop_index = %d\n", largest_loop_index);
 
-    bu_log("curve_array[%d, %d, %d, %d, %d, %d]\n", curvearray[0], 
curvearray[1], curvearray[2], curvearray[3], curvearray[4], curvearray[5]);
-
-
     for (int i = 0; i < loopcount ; i++) {
-       bu_log("loopcount: %d\n", i);
        ON_PolyCurve* poly_curve = NULL;
        for (int j = 0; j < allsegments.Count(); j++) {
            if (curvearray[j] == i) {
@@ -166,9 +160,6 @@
     ON_3dPoint plane_origin;
     ON_3dVector plane_x_dir, plane_y_dir;
 
-    ON_TextLog dump_to_stdout;
-    ON_TextLog* dump = &dump_to_stdout;
-
     //  Find plane in 3 space corresponding to the sketch.
 
     plane_origin = ON_3dPoint(eip->V);
@@ -181,8 +172,6 @@
     //  points for the vertices.
     for (size_t i = 0; i < eip->vert_count; i++) {
        (*b)->NewVertex(sketch_plane->PointAt(eip->verts[i][0], 
eip->verts[i][1]), 0.0);
-       int vertind = (*b)->m_V.Count() - 1;
-       (*b)->m_V[vertind].Dump(*dump);
     }
 
     // Create the brep elements corresponding to the sketch lines, curves


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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to