Revision: 42465
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42465&view=rev
Author:   erikgreenwald
Date:     2011-01-19 22:01:20 +0000 (Wed, 19 Jan 2011)

Log Message:
-----------
#ifdef, not #if DEBUG

Modified Paths:
--------------
    brlcad/trunk/src/burst/prnt.c

Modified: brlcad/trunk/src/burst/prnt.c
===================================================================
--- brlcad/trunk/src/burst/prnt.c       2011-01-19 21:52:24 UTC (rev 42464)
+++ brlcad/trunk/src/burst/prnt.c       2011-01-19 22:01:20 UTC (rev 42465)
@@ -530,7 +530,7 @@
     /* calculate cosine of obliquity angle */
     cosobliquity = VDOT(ap->a_ray.r_dir, entrynorm);
     cosobliquity = -cosobliquity;
-#if DEBUG
+#ifdef DEBUG
     if (cosobliquity - COS_TOL > 1.0) {
        brst_log("cosobliquity=%12.8f\n", cosobliquity);
        brst_log("normal=<%g, %g, %g>\n",


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to