Revision: 45773
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45773&view=rev
Author:   kunigami
Date:     2011-08-03 18:24:53 +0000 (Wed, 03 Aug 2011)

Log Message:
-----------
had left behind a debug message

Modified Paths:
--------------
    brlcad/trunk/src/rt/view.c

Modified: brlcad/trunk/src/rt/view.c
===================================================================
--- brlcad/trunk/src/rt/view.c  2011-08-03 18:18:56 UTC (rev 45772)
+++ brlcad/trunk/src/rt/view.c  2011-08-03 18:24:53 UTC (rev 45773)
@@ -487,11 +487,6 @@
            /* round to the nearest integer */
            pixelp[i] = psum_p[i]*1.0/full_incr_sample + 0.5;
        }
-       if(r + g + b > 5){
-           bu_log("pixels: %d %d %d\n", r, g, b);
-           bu_log("pixelp: %ld %ld %ld\n", pixelp[0], pixelp[1], pixelp[2]);
-           bu_log("sl_buf: %ld %ld %ld\n", *(slp->sl_buf+(ap->a_x*pwidth)), 
*(slp->sl_buf+(ap->a_x*pwidth)+1), *(slp->sl_buf+(ap->a_x*pwidth)+2));
-       }
        bu_free(tmp_pixel, "tmp_pixel");
 
        bu_semaphore_release(RT_SEM_RESULTS);


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

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to