diff --git a/Packages/Interval_arithmetic/test/Interval_arithmetic/include/tst_generic.C b/Packages/Interval_arithmetic/test/Interval_arithmetic/include/tst_generic.C index e888bb93756..92b32de848b 100644 --- a/Packages/Interval_arithmetic/test/Interval_arithmetic/include/tst_generic.C +++ b/Packages/Interval_arithmetic/test/Interval_arithmetic/include/tst_generic.C @@ -32,7 +32,7 @@ bool spiral_test() IA_nt y_ip1 = y_i + x_i/CGAL::sqrt(IA_nt(i)); x_i = x_ip1; y_i = y_ip1; - IA_nt length = CGAL::square(x_i) + CGAL::square(y_i); + DEBUG( IA_nt length = CGAL::square(x_i) + CGAL::square(y_i); ) DEBUG(std::cout<