diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-12-20 19:08:38 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-12-20 19:08:38 (GMT) |
commit | 67a5159fd9f5a4b933ce16a02d7a4ec498668332 (patch) | |
tree | f71bb582b80e5b5e8cad3e49427caecf8a91144b /tksao/frame/base.h | |
parent | 37ef25027bd92afe32d22d324d65e428d8543eaf (diff) | |
download | blt-67a5159fd9f5a4b933ce16a02d7a4ec498668332.zip blt-67a5159fd9f5a4b933ce16a02d7a4ec498668332.tar.gz blt-67a5159fd9f5a4b933ce16a02d7a4ec498668332.tar.bz2 |
fixed a problem with regions statistics
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r-- | tksao/frame/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h index 1a93c38..79184b8 100644 --- a/tksao/frame/base.h +++ b/tksao/frame/base.h @@ -403,7 +403,7 @@ public: void markerAnalysisStats2(FitsImage*, ostream&, Coord::CoordSystem, int, int, double, int); void markerAnalysisStats3(ostream&); - void markerAnalysisStats4(ostream&, int, int, double, double, + void markerAnalysisStats4(ostream&, int, double, double, double, double, double, double); void markerAnalysisStats(Marker*, ostream&, const BBox&, Coord::CoordSystem, Coord::SkyFrame); |