From: Ian Jackson Date: Wed, 29 Nov 2017 21:37:37 +0000 (+0000) Subject: helixish: fix debug X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=6fa52eb787871228ce14d2817ddccc422a8ea30e;p=moebius3.git helixish: fix debug Signed-off-by: Ian Jackson --- diff --git a/helixish.py b/helixish.py index cc75ad7..027b8c5 100644 --- a/helixish.py +++ b/helixish.py @@ -182,7 +182,8 @@ class HelixishCurve(): % (( fcp[0]**2, fcp[1]**2 ) + tuple(fcp))) - dbg(('RUNNING FINDCURVE ' + + dbg(('RUNNING FINDCURVE' + + ' ' + ' target Q=[%5.2f %5.2f %5.2f] dQ=[%5.2f %5.2f %5.2f]') % tuple(findcurve_input[0:6]))