From fdd7070fa7b286c30db9e28c2f3089a50434ecf3 Mon Sep 17 00:00:00 2001 From: devicerandom Date: Wed, 7 Jan 2009 11:54:40 +0000 Subject: [PATCH] (autopeak.py) whatset variable now defined, led to crash in some cases, fixed --- autopeak.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autopeak.py b/autopeak.py index 60a73db..859c318 100644 --- a/autopeak.py +++ b/autopeak.py @@ -82,6 +82,7 @@ class autopeakCommands: plot: plot to use backwards: if true, finds a point backwards. ''' + whatset=1 #FIXME: should be decidable x_vect=plot.vectors[1][0] c=0 -- 2.26.2