diff options
Diffstat (limited to 'ds9/library/util.tcl')
-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] |