summaryrefslogtreecommitdiffstats
path: root/tksao/frame/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r--tksao/frame/base.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h
index a997ffc..7ccd05b 100644
--- a/tksao/frame/base.h
+++ b/tksao/frame/base.h
@@ -433,7 +433,7 @@ public:
void printLenFromRef(FitsImage*, double, Coord::CoordSystem, Coord::DistFormat);
void printLenFromRef(FitsImage*, const Vector&, Coord::CoordSystem, Coord::DistFormat);
void printDistFromRef(FitsImage*, const Vector&, const Vector&, Coord::CoordSystem, Coord::DistFormat);
- void printAngleFromRef(FitsImage*, double, Coord::CoordSystem, Coord::SkyFrame);
+ void printAngleFromRef(double, Coord::CoordSystem, Coord::SkyFrame);
void ps();
void psCrosshair(PSColorSpace);
@@ -554,6 +554,8 @@ public:
double mapAngleToRef(double, Coord::CoordSystem, Coord::SkyFrame =Coord::FK5);
void listAngleFromRef(ostream&, double, Coord::CoordSystem,
Coord::SkyFrame =Coord::FK5);
+ void listAngleFromRef(ostream&, double, double, Coord::CoordSystem,
+ Coord::SkyFrame =Coord::FK5);
int parse(istringstream&);