From ff2256632a3f6f900ce49e9ac88aa8a9707c9f84 Mon Sep 17 00:00:00 2001 From: devicerandom Date: Thu, 19 Jun 2008 17:23:20 +0000 Subject: [PATCH] (fit.py) Solved stupid regression -now wlc does not crash if you click two times the same point --- fit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fit.py b/fit.py index 8864423..af39ebd 100755 --- a/fit.py +++ b/fit.py @@ -232,7 +232,6 @@ class fitCommands: print 'Click edges of chunk' points=self._measure_N_points(N=2, whatset=1) points=[contact_point]+points - params, yfit, xfit = self.wlc_fit(points, displayed_plot.vectors[1][0], displayed_plot.vectors[1][1],pl_value,T) try: params, yfit, xfit = self.wlc_fit(points, displayed_plot.vectors[1][0], displayed_plot.vectors[1][1],pl_value,T) except: -- 2.26.2