diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-08-17 16:46:34 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-08-17 16:46:34 (GMT) |
commit | 61331fa2c608e44eae36a8edbaef63752e635303 (patch) | |
tree | 9908ec5510fc89225be60b572def5279b88f9622 /tksao/frame/point.h | |
parent | e45aee40eb4f7837acae8808dd2343dad32f9fe0 (diff) | |
download | blt-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.h | 2 |
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) |