Revision: 48403
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48403&view=rev
Author:   r_weiss
Date:     2012-01-11 17:05:26 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
Updated funtion 'nmg_plot_fu' in file 'nmg_tri.c'. Removed an unused variable 
which was giving a coverity error of uninitialized.

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

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_tri.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_tri.c     2012-01-11 16:58:26 UTC 
(rev 48402)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_tri.c     2012-01-11 17:05:26 UTC 
(rev 48403)
@@ -2528,7 +2528,6 @@
 {
     struct loopuse *lu;
     struct edgeuse *eu;
-    int vert_count;
     int edgeuse_vert_count = 0;
     int non_consec_edgeuse_vert_count = 0;
     int faceuse_loopuse_count = 0;
@@ -2582,7 +2581,6 @@
                     pl_color(plotfp, 0, ((edgeuse_vert_count * 30) % 155) + 
100, 0);
                 }
             }
-            vert_count++;
             edgeuse_vert_count++;
             if (curr_v_p != prev_v_p) {
                 non_consec_edgeuse_vert_count++;

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