Revision: 56654
          http://sourceforge.net/p/brlcad/code/56654
Author:   starseeker
Date:     2013-08-07 00:58:30 +0000 (Wed, 07 Aug 2013)
Log Message:
-----------
tweak

Modified Paths:
--------------
    brlcad/trunk/src/other/libgdiam/gdiam.cpp

Modified: brlcad/trunk/src/other/libgdiam/gdiam.cpp
===================================================================
--- brlcad/trunk/src/other/libgdiam/gdiam.cpp   2013-08-07 00:57:30 UTC (rev 
56653)
+++ brlcad/trunk/src/other/libgdiam/gdiam.cpp   2013-08-07 00:58:30 UTC (rev 
56654)
@@ -1448,7 +1448,7 @@
     }
     bool operator()(const point2d_ptr  & a, const point2d_ptr   & b ) {
            /*printf("comparing: %f,%f and %f,%f\n", a->x, a->y, b->x, b->y);*/
-           if (!local_compare(a,b))
+           if (!this->local_compare(a,b))
                    return (false);
            else if (this->local_compare(b,a))
                    printf("Problem - strick weak ordering failure!\n");

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