diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-12 18:19:35 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-12 18:19:35 (GMT) |
commit | 2b0d1fc5f0859859e21d15732fb0847aefdd0397 (patch) | |
tree | 58042fc0d6df4a97e284b95845cc8c86b878f42b /tksao/frame/basecommand.C | |
parent | 9d9d7ab0aba73a167d37826165708c7ce3b53c72 (diff) | |
download | blt-2b0d1fc5f0859859e21d15732fb0847aefdd0397.zip blt-2b0d1fc5f0859859e21d15732fb0847aefdd0397.tar.gz blt-2b0d1fc5f0859859e21d15732fb0847aefdd0397.tar.bz2 |
update wcs precision
Diffstat (limited to 'tksao/frame/basecommand.C')
-rw-r--r-- | tksao/frame/basecommand.C | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tksao/frame/basecommand.C b/tksao/frame/basecommand.C index 91f4f20..2c60ee9 100644 --- a/tksao/frame/basecommand.C +++ b/tksao/frame/basecommand.C @@ -2620,7 +2620,8 @@ void Base::pannerCmd(char* n, int w, int h) } void Base::precCmd(int linear, int deg, int hms, int dms, - int lenlinear, int lendeg, int arcmin, int arcsec) + int lenlinear, int lendeg, int arcmin, int arcsec, + int angle) { precLinear_ = linear; precDeg_ = deg; @@ -2631,6 +2632,8 @@ void Base::precCmd(int linear, int deg, int hms, int dms, precLenDeg_ = lendeg; precArcmin_ = arcmin; precArcsec_ = arcsec; + + precAngle_ = angle; } // backward compatibility |