summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fitsmap.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-12 18:41:49 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-12 18:41:49 (GMT)
commit0b6ef3027d6176871144f610675c8d0b3441bca0 (patch)
treee0c1c6b013c73b720b3fa30f0c3a1af96e18a43e /tksao/frame/fitsmap.C
parentfef4f2b298e7cb32904129ea6044728a67ed2fe0 (diff)
downloadblt-0b6ef3027d6176871144f610675c8d0b3441bca0.zip
blt-0b6ef3027d6176871144f610675c8d0b3441bca0.tar.gz
blt-0b6ef3027d6176871144f610675c8d0b3441bca0.tar.bz2
upgrade AST
Diffstat (limited to 'tksao/frame/fitsmap.C')
-rw-r--r--tksao/frame/fitsmap.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/fitsmap.C b/tksao/frame/fitsmap.C
index f0e56e3..6402510 100644
--- a/tksao/frame/fitsmap.C
+++ b/tksao/frame/fitsmap.C
@@ -209,7 +209,7 @@ double FitsImage::mapLenFromRef(double dd, Coord::CoordSystem sys,
return 0;
setWCSSystem(sys);
- setWCSSkyFrame(ast_, Coord::FK5);
+ setWCSSkyFrame(Coord::FK5);
Vector in[2];
Vector out[2];