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

Log Message:
-----------
fill in the remaining available debug bits

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

Modified: brlcad/trunk/include/nmg.h
===================================================================
--- brlcad/trunk/include/nmg.h  2011-06-08 22:29:12 UTC (rev 44835)
+++ brlcad/trunk/include/nmg.h  2011-06-08 23:05:52 UTC (rev 44836)
@@ -53,25 +53,28 @@
 #define DEBUG_BOOL      0x00000080     /**< @brief 8 nmg_bool:  */
 #define DEBUG_CLASSIFY  0x00000100     /**< @brief 9 nmg_class: */
 #define DEBUG_BOOLEVAL  0x00000200     /**< @brief 10 nmg_eval: what to retain 
*/
-#define DEBUG_BASIC     0x00000400     /**< @brief 013 nmg_mk.c and nmg_mod.c 
routines */
+#define DEBUG_BASIC     0x00000400     /**< @brief 11 nmg_mk.c and nmg_mod.c 
routines */
 #define DEBUG_MESH      0x00000800     /**< @brief 12 nmg_mesh: describe edge 
search */
 #define DEBUG_MESH_EU   0x00001000     /**< @brief 13 nmg_mesh: list edges 
meshed */
 #define DEBUG_POLYTO    0x00002000     /**< @brief 14 nmg_misc: polytonmg */
 #define DEBUG_LABEL_PTS 0x00004000     /**< @brief 15 label points in plot 
files */
-#if 0
-#define DEBUG_INS       0x00008000     /**< @brief 16 bu_ptbl table insert */
-#endif
+#define DEBUG_UNUSED1   0x00008000     /**< @brief 16 UNUSED */
 #define DEBUG_NMGRT     0x00010000     /**< @brief 17 ray tracing */
 #define DEBUG_FINDEU    0x00020000     /**< @brief 18 nmg_mod: nmg_findeu() */
 #define DEBUG_CMFACE    0x00040000     /**< @brief 19 nmg_mod: nmg_cmface() */
-#define DEBUG_CUTLOOP   0x00080000     /**< @brief 024 nmg_mod: nmg_cut_loop */
-#define DEBUG_VU_SORT   0x00100000     /**< @brief 025 nmg_fcut: coincident vu 
sort */
-#define DEBUG_FCUT      0x00200000     /**< @brief 026 nmg_fcut: face cutter */
-#define DEBUG_RT_SEGS   0x00400000     /**< @brief 027 nmg_rt_segs: */
-#define DEBUG_RT_ISECT  0x00800000     /**< @brief 028 nmg_rt_isect: */
-#define DEBUG_TRI       0x01000000     /**< @brief 029 nmg_tri */
-#define DEBUG_PT_FU     0x02000000     /**< @brief 029 nmg_pt_fu */
-#define DEBUG_MANIF     0x04000000     /**< @brief 029 nmg_manif */
+#define DEBUG_CUTLOOP   0x00080000     /**< @brief 20 nmg_mod: nmg_cut_loop */
+#define DEBUG_VU_SORT   0x00100000     /**< @brief 21 nmg_fcut: coincident vu 
sort */
+#define DEBUG_FCUT      0x00200000     /**< @brief 22 nmg_fcut: face cutter */
+#define DEBUG_RT_SEGS   0x00400000     /**< @brief 23 nmg_rt_segs: */
+#define DEBUG_RT_ISECT  0x00800000     /**< @brief 24 nmg_rt_isect: */
+#define DEBUG_TRI       0x01000000     /**< @brief 25 nmg_tri */
+#define DEBUG_PT_FU     0x02000000     /**< @brief 26 nmg_pt_fu */
+#define DEBUG_MANIF     0x04000000     /**< @brief 27 nmg_manif */
+#define DEBUG_UNUSED2   0x08000000     /**< @brief 28 UNUSED */
+#define DEBUG_UNUSED3   0x10000000     /**< @brief 29 UNUSED */
+#define DEBUG_UNUSED4   0x20000000     /**< @brief 30 UNUSED */
+#define DEBUG_UNUSED5   0x40000000     /**< @brief 31 UNUSED */
+#define DEBUG_UNUSED6   0x80000000     /**< @brief 32 UNUSED */
 #define NMG_DEBUG_FORMAT \
 "\020\033MANIF\032PTFU\031TRIANG\030RT_ISECT\
 
\027RT_SEGS\026FCUT\025VU_SORT\024CUTLOOP\023CMFACE\022FINDEU\021RT_ISECT\020(FREE)\


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