From: Ian Jackson Date: Sat, 7 Apr 2018 23:28:54 +0000 (+0100) Subject: curveopt: wip, demos more of the same bug X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=9db1638b63893047e715f90f31dc33de02bea8cc;p=moebius3.git curveopt: wip, demos more of the same bug Signed-off-by: Ian Jackson --- 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):