summaryrefslogtreecommitdiffstats
path: root/tksao/frame/point.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-08-17 16:46:34 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-08-17 16:46:34 (GMT)
commit61331fa2c608e44eae36a8edbaef63752e635303 (patch)
tree9908ec5510fc89225be60b572def5279b88f9622 /tksao/frame/point.h
parente45aee40eb4f7837acae8808dd2343dad32f9fe0 (diff)
downloadblt-61331fa2c608e44eae36a8edbaef63752e635303.zip
blt-61331fa2c608e44eae36a8edbaef63752e635303.tar.gz
blt-61331fa2c608e44eae36a8edbaef63752e635303.tar.bz2
simplify slice code
Diffstat (limited to 'tksao/frame/point.h')
-rw-r--r--tksao/frame/point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/point.h b/tksao/frame/point.h
index 5c61342..ccead2f 100644
--- a/tksao/frame/point.h
+++ b/tksao/frame/point.h
@@ -88,7 +88,7 @@ class Point : public Marker {
void rotateEnd() {}
void analysis(AnalysisTask, int);
- void analysisPlot3d(char*, char*, Coord::CoordSystem sys,
+ void analysisPlot3d(char*, char*, Coord::CoordSystem sys, Coord::SkyFrame sky,
Marker::AnalysisMethod);
int isIn(const Vector& vv, Coord::InternalSystem sys)