Revision: 56568
          http://sourceforge.net/p/brlcad/code/56568
Author:   brlcad
Date:     2013-08-05 07:07:20 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
no longer too much for mged to display

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/pipe/pipe.c

Modified: brlcad/trunk/src/librt/primitives/pipe/pipe.c
===================================================================
--- brlcad/trunk/src/librt/primitives/pipe/pipe.c       2013-08-05 07:06:22 UTC 
(rev 56567)
+++ brlcad/trunk/src/librt/primitives/pipe/pipe.c       2013-08-05 07:07:20 UTC 
(rev 56568)
@@ -4284,8 +4284,6 @@
        return 0;
     }
 
-#if 1
-    /* Too much for the MGED Display!!!! */
     for (BU_LIST_FOR(ptp, wdb_pipept, &pip->pipe_segs_head)) {
        sprintf(buf, "\t%d ", segno++);
        bu_vls_strcat(str, buf);
@@ -4306,7 +4304,7 @@
        bu_vls_strcat(str, buf);
 
     }
-#endif
+
     return 0;
 }
 

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