Revision: 48389
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48389&view=rev
Author:   n_reed
Date:     2012-01-11 15:37:23 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
remove duplicated if test, CID 2055

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c        2012-01-11 
15:30:34 UTC (rev 48388)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_rt_isect.c        2012-01-11 
15:37:23 UTC (rev 48389)
@@ -1078,7 +1078,6 @@
     ray_hit_vertex(rd, vu_p, NMG_VERT_UNKNOWN);
 
     if (rt_g.NMG_debug & DEBUG_RT_ISECT) {
-      if (rt_g.NMG_debug & DEBUG_RT_ISECT)
        nmg_rt_print_hitlist(rd->hitmiss[NMG_HIT_LIST]);
     }
 

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to