diff options
Diffstat (limited to 'experimental/Intersection/Intersection_Tests.cpp')
-rw-r--r-- | experimental/Intersection/Intersection_Tests.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp index 0179cb7450..e3c042cf27 100644 --- a/experimental/Intersection/Intersection_Tests.cpp +++ b/experimental/Intersection/Intersection_Tests.cpp @@ -4,12 +4,10 @@ void cubecode_test(int test); void testSimplify(); -#define TEST_QUADS_FIRST 01 +#define TEST_QUADS_FIRST 0 void Intersection_Tests() { -#if !TEST_QUADS_FIRST - ActiveEdge_Test(); -#endif + SimplifyAddIntersectingTs_Test(); cubecode_test(1); convert_testx(); @@ -29,8 +27,8 @@ void Intersection_Tests() { SimplifyRectangularPaths_Test(); SimplifyQuadralateralPaths_Test(); -#if TEST_QUADS_FIRST ActiveEdge_Test(); +#if TEST_QUADS_FIRST Simplify4x4QuadraticsThreaded_Test(); #endif SimplifyDegenerate4x4TrianglesThreaded_Test(); |