Revision: 55716
          http://sourceforge.net/p/brlcad/code/55716
Author:   phoenixyjll
Date:     2013-06-12 07:16:14 +0000 (Wed, 12 Jun 2013)
Log Message:
-----------
ws.

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

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-06-12 07:12:47 UTC (rev 
55715)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-06-12 07:16:14 UTC (rev 
55716)
@@ -307,7 +307,7 @@
            closest_point_t = t;
        ON_3dPoint closest_point = line.PointAt(closest_point_t);
        dis = pointA.DistanceTo(closest_point);
-       
+
        if (dis <= tolerance) {
            ON_PX_EVENT *Event = new ON_PX_EVENT;
            Event->m_type = ON_PX_EVENT::pcx_point;

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to