diff options
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r-- | tksao/frame/fitsimage.h | 2 |
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&); |