Revision: 56669
          http://sourceforge.net/p/brlcad/code/56669
Author:   phoenixyjll
Date:     2013-08-07 16:33:27 +0000 (Wed, 07 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-07 15:47:22 UTC (rev 
56668)
+++ brlcad/trunk/src/libbrep/boolean.cpp        2013-08-07 16:33:27 UTC (rev 
56669)
@@ -392,14 +392,14 @@
 
            for (unsigned int j = 0; j < out[i]->innerloop.size(); j++) {
                bu_log("innerloop %d:\n", j);
-               ON_wString wstr;
-               ON_TextLog textlog(wstr);
-               textlog.PushIndent();
+               ON_wString wstr2;
+               ON_TextLog textlog2(wstr2);
+               textlog2.PushIndent();
                for (int k = 0; k < out[i]->innerloop[j].Count(); k++) {
-                   textlog.Print("Curve %d\n", k);
-                   out[i]->innerloop[j][k]->Dump(textlog);
+                   textlog2.Print("Curve %d\n", k);
+                   out[i]->innerloop[j][k]->Dump(textlog2);
                }
-               bu_log(ON_String(wstr).Array());
+               bu_log(ON_String(wstr2).Array());
            }
        }
     }

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