From 9db1638b63893047e715f90f31dc33de02bea8cc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Apr 2018 00:28:54 +0100 Subject: [PATCH] curveopt: wip, demos more of the same bug Signed-off-by: Ian Jackson --- findcurve.c | 2 +- visual | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/findcurve.c b/findcurve.c index 0b13a21..275b501 100644 --- a/findcurve.c +++ b/findcurve.c @@ -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; diff --git a/visual b/visual index 0ca5a7b..52620b8 100755 --- a/visual +++ b/visual @@ -18,7 +18,7 @@ from moebius import * from moedebug import * nv = 10 -nw = 10 +nw = 14 class Visdebug(BaseVisdebug): def curve(vd, fn, color=color.yellow): -- 2.30.2