summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fitsimage.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-01 19:56:24 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-01 19:56:24 (GMT)
commit09c1d4cb79f1441496143118fb94513829ba1500 (patch)
treeec5467c299b7b751be636f4e869f4a6c1517784d /tksao/frame/fitsimage.h
parentfc1fcc03103971e4600d1931aa233d9b6f868571 (diff)
downloadblt-09c1d4cb79f1441496143118fb94513829ba1500.zip
blt-09c1d4cb79f1441496143118fb94513829ba1500.tar.gz
blt-09c1d4cb79f1441496143118fb94513829ba1500.tar.bz2
update AST WCS
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r--tksao/frame/fitsimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h
index acd689e..09de2f3 100644
--- a/tksao/frame/fitsimage.h
+++ b/tksao/frame/fitsimage.h
@@ -408,7 +408,7 @@ class FitsImage {
int wcsIsASkyFrame(AstFrameSet*);
Vector wcsTran(AstFrameSet*, const Vector&, int);
void wcsTran(AstFrameSet*, int, Vector*, int, Vector*);
- double wcsDistance(AstFrameSet*, Vector, Vector);
+ double wcsDistance(AstFrameSet*, const Vector&, const Vector&);
#ifdef NEWWCS
Vector3d wcsTran(AstFrameSet*, const Vector3d&, int);
double wcsAngle(AstFrameSet*, const Vector&, const Vector&, const Vector&);