From c247e34dbeb4f21a402bf9598c3a27bbfd337508 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 4 Aug 2010 08:12:53 -0400 Subject: [PATCH] Remove 'data = ...' line from the end of vclamp.SurfaceContactCommand._run --- hooke/plugin/vclamp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hooke/plugin/vclamp.py b/hooke/plugin/vclamp.py index 9151765..d4d5b18 100644 --- a/hooke/plugin/vclamp.py +++ b/hooke/plugin/vclamp.py @@ -281,7 +281,6 @@ selects the retracting curve. new.info['surface detection parameters'] = ps new[:,-2] = z_data - surface_offset new[:,-1] = d_data - deflection_offset - data = params['curve'].data[params['block']] params['curve'].data[params['block']] = new def find_contact_point(self, curve, z_data, d_data, outqueue=None): -- 2.26.2