summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fitsimage.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-08-13 18:18:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-08-13 18:18:00 (GMT)
commitd3b766786ec8a75445f9ad3a55c04df62874be8e (patch)
tree4d3287b7fc0b33f7a6e85452434d3d8d156319b7 /tksao/frame/fitsimage.h
parent52ce2ce163b1cbc5c74bb427e697e1e9d69cff69 (diff)
downloadblt-d3b766786ec8a75445f9ad3a55c04df62874be8e.zip
blt-d3b766786ec8a75445f9ad3a55c04df62874be8e.tar.gz
blt-d3b766786ec8a75445f9ad3a55c04df62874be8e.tar.bz2
update marker precision
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r--tksao/frame/fitsimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h
index b234c1c..bd81793 100644
--- a/tksao/frame/fitsimage.h
+++ b/tksao/frame/fitsimage.h
@@ -427,6 +427,7 @@ class FitsImage {
double mapDistFromRef(const Vector&, const Vector&, Coord::CoordSystem,
Coord::DistFormat =Coord::DEGREE);
void listFromRef(ostream&, const Vector&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat);
+ void listFromRef(ostream&, ostream&, const Vector&, Coord::CoordSystem, Coord::SkyFrame, Coord::SkyFormat);
void listLenFromRef(ostream&, double, Coord::CoordSystem, Coord::DistFormat);
void listLenFromRef(ostream&, const Vector&, Coord::CoordSystem, Coord::DistFormat);
void listLenFromRef(ostream&, ostream&, const Vector&, Coord::CoordSystem, Coord::DistFormat);