Index: experimental/Intersection/QuarticRoot.h |
diff --git a/experimental/Intersection/QuarticRoot.h b/experimental/Intersection/QuarticRoot.h |
deleted file mode 100644 |
index 3089d59c884e7b4e51c30f5331cece70a89fbfc2..0000000000000000000000000000000000000000 |
--- a/experimental/Intersection/QuarticRoot.h |
+++ /dev/null |
@@ -1,5 +0,0 @@ |
-int reducedQuarticRoots(const double t4, const double t3, const double t2, const double t1, |
- const double t0, const bool oneHint, double s[4]); |
- |
-int quarticRootsReal(int firstCubicRoot, const double A, const double B, const double C, |
- const double D, const double E, double s[4]); |