Revision: 46656
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46656&view=rev
Author:   r_weiss
Date:     2011-09-09 22:35:10 +0000 (Fri, 09 Sep 2011)
Log Message:
-----------
Updated file tor.c to enable removing of zero length edges from torus 
primitives. This was disabled until the prototype nmg triangulation was made 
available.

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

Modified: brlcad/trunk/src/librt/primitives/tor/tor.c
===================================================================
--- brlcad/trunk/src/librt/primitives/tor/tor.c 2011-09-09 21:51:58 UTC (rev 
46655)
+++ brlcad/trunk/src/librt/primitives/tor/tor.c 2011-09-09 22:35:10 UTC (rev 
46656)
@@ -1292,10 +1292,8 @@
        }
     }
 
-#ifdef TRI_PROTOTYPE
     /* kill zero length edgeuse */
     (void)nmg_keu_zl(s, tol);
-#endif
 
     /* Compute "geometry" for region and shell */
     nmg_region_a(*r, tol);

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


------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to