summaryrefslogtreecommitdiffstats
path: root/ds9/library/bin.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-09 18:39:45 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-09 18:39:45 (GMT)
commit5887ab5abc8f404e9bb970062800dcf0f1431756 (patch)
treeaf33e9333ffb65e6503dad26a6982e5d352a7f55 /ds9/library/bin.tcl
parentc56fc146b06bab65ab04ebc337f19bb347f15f11 (diff)
downloadblt-5887ab5abc8f404e9bb970062800dcf0f1431756.zip
blt-5887ab5abc8f404e9bb970062800dcf0f1431756.tar.gz
blt-5887ab5abc8f404e9bb970062800dcf0f1431756.tar.bz2
add bin ds9 parser
Diffstat (limited to 'ds9/library/bin.tcl')
-rw-r--r--ds9/library/bin.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/bin.tcl b/ds9/library/bin.tcl
index 96345ee..c4f2786 100644
--- a/ds9/library/bin.tcl
+++ b/ds9/library/bin.tcl
@@ -778,7 +778,6 @@ proc oProcessBinCmd {varname iname} {
incr i
set bx [lindex $var $i]
set by [lindex $var [expr $i+1]]
- # note: the spaces are needed so that the menus are in sync
if {$by != {} && [string is double $by]} {
set bin(factor) "$bx $by"
incr i