diff options
Diffstat (limited to 'experimental/Intersection/Intersection_Tests.cpp')
-rw-r--r-- | experimental/Intersection/Intersection_Tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp index 69c464a421..8a8cb30c0c 100644 --- a/experimental/Intersection/Intersection_Tests.cpp +++ b/experimental/Intersection/Intersection_Tests.cpp @@ -14,9 +14,9 @@ void cubecode_test(int test); void Intersection_Tests() { int testsRun = 0; + SimplifyNew_Test(); QuadraticIntersection_Test(); MiniSimplify_Test(); - SimplifyNew_Test(); SimplifyAngle_Test(); QuarticRoot_Test(); // QuadraticIntersection_Test(); |