Revision: 44852
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44852&view=rev
Author:   brlcad
Date:     2011-06-09 03:39:45 +0000 (Thu, 09 Jun 2011)

Log Message:
-----------
key off PRINT_DEBUG instead of 0

Modified Paths:
--------------
    brlcad/trunk/src/mged/points/process.c

Modified: brlcad/trunk/src/mged/points/process.c
===================================================================
--- brlcad/trunk/src/mged/points/process.c      2011-06-09 03:38:49 UTC (rev 
44851)
+++ brlcad/trunk/src/mged/points/process.c      2011-06-09 03:39:45 UTC (rev 
44852)
@@ -324,7 +324,7 @@
 #endif
 
 
-#if 0
+#if PRINT_DEBUG
     bu_log("--- BEFORE ---\n");
     print_array(plta, count);
 #endif
@@ -332,7 +332,7 @@
     /* resort the list, put nulls at the end */
     count = condense_points(plta, count);
 
-#if 0
+#if PRINT_DEBUG
     bu_log("--- AFTER ---\n");
     print_array(plta, count);
 #endif


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