Revision: 49356
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49356&view=rev
Author:   brlcad
Date:     2012-02-08 21:33:58 +0000 (Wed, 08 Feb 2012)
Log Message:
-----------
looks like another & != && snafu.  (cid 223)

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/brepintersect.cpp

Modified: brlcad/trunk/src/proc-db/brepintersect.cpp
===================================================================
--- brlcad/trunk/src/proc-db/brepintersect.cpp  2012-02-08 21:32:23 UTC (rev 
49355)
+++ brlcad/trunk/src/proc-db/brepintersect.cpp  2012-02-08 21:33:58 UTC (rev 
49356)
@@ -894,7 +894,7 @@
            /* only executed when we append edge i */
            segments.Remove(i);
            flippable.Remove(i);
-           ext = ext && segexternal[i];
+           ext &= segexternal[i];
            segexternal.Remove(i);
            i = 0;
        }

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to