summaryrefslogtreecommitdiffstats
path: root/ds9/library/util.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-12 18:30:21 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-12 18:30:21 (GMT)
commit45c278121e1a405c49b9d1c8447b06628b76a673 (patch)
tree38e69607c755b0fe32c0518c27eb73195209cab8 /ds9/library/util.tcl
parent8142cb4cc65d4501fdcd8c948986cff3e9d45036 (diff)
downloadblt-45c278121e1a405c49b9d1c8447b06628b76a673.zip
blt-45c278121e1a405c49b9d1c8447b06628b76a673.tar.gz
blt-45c278121e1a405c49b9d1c8447b06628b76a673.tar.bz2
add precision command
Diffstat (limited to 'ds9/library/util.tcl')
-rw-r--r--ds9/library/util.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/util.tcl b/ds9/library/util.tcl
index 0de8d5d..a647097 100644
--- a/ds9/library/util.tcl
+++ b/ds9/library/util.tcl
@@ -1240,7 +1240,6 @@ proc ProcessPrecisionCmd {varname iname} {
upvar $iname i
global pds9
- incr i
set pds9(prec,linear) [lindex $var $i]
incr i
set pds9(prec,deg) [lindex $var $i]