Revision: 56735
          http://sourceforge.net/p/brlcad/code/56735
Author:   brlcad
Date:     2013-08-10 05:37:33 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
if all we're going to do is print it, skip the bad vector check

Modified Paths:
--------------
    brlcad/trunk/src/libdm/dm-rtgl.c

Modified: brlcad/trunk/src/libdm/dm-rtgl.c
===================================================================
--- brlcad/trunk/src/libdm/dm-rtgl.c    2013-08-10 05:36:40 UTC (rev 56734)
+++ brlcad/trunk/src/libdm/dm-rtgl.c    2013-08-10 05:37:33 UTC (rev 56735)
@@ -1254,14 +1254,7 @@
            /* jitter point */
            VMOVE(app.a_ray.r_dir, pt);
 
-
-           if (RT_BADVEC(app.a_ray.r_dir)) {
-               VPRINT("bad dir:", app.a_ray.r_dir);
-           }
-
-           if (RT_BADVEC(app.a_ray.r_pt)) {
-               VPRINT("bad pt:", app.a_ray.r_pt);
-           } else if (flag) {
+           if (flag) {
                /* shoot ray */
                rt_shootray(&app);
            }

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to