diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-01-12 18:30:21 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-01-12 18:30:21 (GMT) |
commit | 45c278121e1a405c49b9d1c8447b06628b76a673 (patch) | |
tree | 38e69607c755b0fe32c0518c27eb73195209cab8 | |
parent | 8142cb4cc65d4501fdcd8c948986cff3e9d45036 (diff) | |
download | blt-45c278121e1a405c49b9d1c8447b06628b76a673.zip blt-45c278121e1a405c49b9d1c8447b06628b76a673.tar.gz blt-45c278121e1a405c49b9d1c8447b06628b76a673.tar.bz2 |
add precision command
-rw-r--r-- | ds9/library/util.tcl | 1 |
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] |