Revision: 55923
          http://sourceforge.net/p/brlcad/code/55923
Author:   phoenixyjll
Date:     2013-07-02 07:51:27 +0000 (Tue, 02 Jul 2013)
Log Message:
-----------
Forget to uncomment the first test.

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

Modified: brlcad/trunk/src/libbrep/test_curve_intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/test_curve_intersect.cpp   2013-07-02 07:48:54 UTC 
(rev 55922)
+++ brlcad/trunk/src/libbrep/test_curve_intersect.cpp   2013-07-02 07:51:27 UTC 
(rev 55923)
@@ -146,7 +146,7 @@
     // it should first circumscribe with circleA (one intersection point),
     // then intersect (two points), overlap, intersect (two points),
     // circumscribe again, and finally depart from circleA.
-    /*
+
     for (int i = 0; i <= 50.0; i++) {
        ON_3dPoint centerB = start + move_dir*((double)i/50.0);
        ON_Circle circleB(plane, centerB, radius);
@@ -155,7 +155,7 @@
        bu_log("Center of circleB: (%lf,%lf,%lf):\n", centerB.x, centerB.y, 
centerB.z);
        test_csi(curveB, surfA);
        delete curveB;
-    }*/
+    }
     delete surfA;
 
     bu_log("Test 2:\n");

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