diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-16 17:47:27 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-16 17:47:27 (GMT) |
commit | f350c96aeeda4be8174c75f900a2e22ce18dcdf6 (patch) | |
tree | d3470172871a7fdae1acae8b1afdfbffe6728d3b /tksao/util/util.h | |
parent | 736fd973a10126328161a31161812ceab39e55d9 (diff) | |
download | blt-f350c96aeeda4be8174c75f900a2e22ce18dcdf6.zip blt-f350c96aeeda4be8174c75f900a2e22ce18dcdf6.tar.gz blt-f350c96aeeda4be8174c75f900a2e22ce18dcdf6.tar.bz2 |
simplify wcs code
Diffstat (limited to 'tksao/util/util.h')
-rw-r--r-- | tksao/util/util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tksao/util/util.h b/tksao/util/util.h index 13a1e8a..8b5247c 100644 --- a/tksao/util/util.h +++ b/tksao/util/util.h @@ -92,10 +92,7 @@ extern double m180To180(double); extern double degToRad(double); extern double radToDeg(double); -extern Vector zeroTWOPI(const Vector&); extern Vector degToRad(const Vector&); - -extern Vector3d zeroTWOPI(const Vector3d&); extern Vector3d degToRad(const Vector3d&); extern int parseSection(char*, Vector*, Vector*); |