Revision: 44837
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44837&view=rev
Author:   brlcad
Date:     2011-06-08 23:13:25 +0000 (Wed, 08 Jun 2011)

Log Message:
-----------
NMG_DANGLING isn't used, but doesn't need to be commented out

Modified Paths:
--------------
    brlcad/trunk/include/nmg.h

Modified: brlcad/trunk/include/nmg.h
===================================================================
--- brlcad/trunk/include/nmg.h  2011-06-08 23:05:52 UTC (rev 44836)
+++ brlcad/trunk/include/nmg.h  2011-06-08 23:13:25 UTC (rev 44837)
@@ -729,13 +729,11 @@
 }
 
 /* flags for manifold-ness */
-#define NMG_3MANIFOLD 16
-#define NMG_2MANIFOLD  4
-#define NMG_1MANIFOLD  2
 #define NMG_0MANIFOLD  1
-#if 0
-# define NMG_DANGLING  8 /* NMG_2MANIFOLD + 4th bit for special cond */
-#endif
+#define NMG_1MANIFOLD  2
+#define NMG_2MANIFOLD  4
+#define NMG_DANGLING   8 /* NMG_2MANIFOLD + 4th bit for special cond (UNUSED) 
*/
+#define NMG_3MANIFOLD 16
 
 #define NMG_SET_MANIFOLD(_t, _p, _v) NMG_INDEX_OR(_t, _p, _v)
 #define NMG_MANIFOLDS(_t, _p)        NMG_INDEX_VALUE(_t, (_p)->index)


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to