Revision: 57056
          http://sourceforge.net/p/brlcad/code/57056
Author:   phoenixyjll
Date:     2013-08-22 04:27:20 +0000 (Thu, 22 Aug 2013)
Log Message:
-----------
Rename shadowed variable.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/boolean.cpp

Modified: brlcad/trunk/src/libbrep/boolean.cpp
===================================================================
--- brlcad/trunk/src/libbrep/boolean.cpp        2013-08-22 03:56:58 UTC (rev 
57055)
+++ brlcad/trunk/src/libbrep/boolean.cpp        2013-08-22 04:27:20 UTC (rev 
57056)
@@ -777,9 +777,9 @@
            newface->m_face = in->m_face;
            newface->m_outerloop.Append(newloop.Count(), newloop.Array());
 #if USE_CONNECTIVITY_GRAPH
-           for (int i = 0; i < newloop_start_end.Count(); i++)
-               if (newloop_start_end[i].first.m_seg != -1)
-                   newface->m_parts.Append(newloop_start_end[i]);
+           for (int j = 0; j < newloop_start_end.Count(); j++)
+               if (newloop_start_end[j].first.m_seg != -1)
+                   newface->m_parts.Append(newloop_start_end[j]);
 #endif
            out.Append(newface);
        }

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to