From: W. Trevor King Date: Wed, 4 Aug 2010 12:12:53 +0000 (-0400) Subject: Remove 'data = ...' line from the end of vclamp.SurfaceContactCommand._run X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c247e34dbeb4f21a402bf9598c3a27bbfd337508;p=hooke.git Remove 'data = ...' line from the end of vclamp.SurfaceContactCommand._run --- 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):