summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-08-09 17:30:16 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-08-09 17:30:16 (GMT)
commitb02ab677ff2b0dd025adde55df9240abe821d906 (patch)
tree5fd4b937381a092d56f399568c03aa814a194d1a /ds9/library
parentb3927da3298140148e85e1ec64a50dd6f1d0b96b (diff)
downloadblt-b02ab677ff2b0dd025adde55df9240abe821d906.zip
blt-b02ab677ff2b0dd025adde55df9240abe821d906.tar.gz
blt-b02ab677ff2b0dd025adde55df9240abe821d906.tar.bz2
fix smooth lock
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/smooth.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/smooth.tcl b/ds9/library/smooth.tcl
index ddb7dd8..75d03a2 100644
--- a/ds9/library/smooth.tcl
+++ b/ds9/library/smooth.tcl
@@ -251,7 +251,7 @@ proc MatchSmooth {which} {
set view [$which has smooth]
set function [$which get smooth function]
set radius [$which get smooth radius]
- set minor [$which get smooth radius minor]
+ set radiusminor [$which get smooth radius minor]
set sigma [$which get smooth sigma]
set sigmaminor [$which get smooth sigma minor]
set angle [$which get smooth angle]