Index: experimental/Intersection/QuarticRoot.cpp |
diff --git a/experimental/Intersection/QuarticRoot.cpp b/experimental/Intersection/QuarticRoot.cpp |
index 039a2c797f608664c56fe2b4dd6c4ea3e3acfd31..46bb4f50247a2e670db7bbe2833360d9cffb18e8 100644 |
--- a/experimental/Intersection/QuarticRoot.cpp |
+++ b/experimental/Intersection/QuarticRoot.cpp |
@@ -32,7 +32,7 @@ |
int reducedQuarticRoots(const double t4, const double t3, const double t2, const double t1, |
const double t0, const bool oneHint, double roots[4]) { |
-#if SK_DEBUG |
+#ifdef SK_DEBUG |
// create a string mathematica understands |
// GDB set print repe 15 # if repeated digits is a bother |
// set print elements 400 # if line doesn't fit |