chiark / gitweb /
curveopt: wip, demos more of the same bug
[moebius3.git] / findcurve.c
index 0b13a2137c6c1f2d6c54a14c5b8da25097fca755..275b501b92bfc4a15e80521345759110d8d2d2bf 100644 (file)
@@ -42,7 +42,7 @@ static void prepare(double X[] /* startpoint */) {
   PREPARE;
 }
 
-#define DEBUG
+//#define DEBUG
 
 static double cb_Efunc(void *xp) {
   const double *X = xp;