diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-10-22 16:55:47 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-10-22 16:55:47 (GMT) |
commit | b40f0d15ed57ae60599c008845f86c0a66c7db74 (patch) | |
tree | 7e23f3c27276512f165c2351b52aec45e37d285e /tksao/frame/context.C | |
parent | d19f1db263918c8b7d2379b53c3242976fee3ae4 (diff) | |
download | blt-b40f0d15ed57ae60599c008845f86c0a66c7db74.zip blt-b40f0d15ed57ae60599c008845f86c0a66c7db74.tar.gz blt-b40f0d15ed57ae60599c008845f86c0a66c7db74.tar.bz2 |
new mask
Diffstat (limited to 'tksao/frame/context.C')
-rw-r--r-- | tksao/frame/context.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tksao/frame/context.C b/tksao/frame/context.C index 11d1afb..ad5d766 100644 --- a/tksao/frame/context.C +++ b/tksao/frame/context.C @@ -696,7 +696,7 @@ Vector Context::getMinMax() } int Context::load(Base::MemType which, const char* fn, - FitsImage* img, Base::LayerType ll) + FitsImage* img) { if (!img || !img->isValid()) { if (img) @@ -902,8 +902,8 @@ void Context::loadInit(int cnt, Base::MosaicType type, Coord::CoordSystem sys) } int Context::loadMosaic(Base::MemType which, const char* fn, - FitsImage* img, Base::LayerType ll, - Base::MosaicType type, Coord::CoordSystem sys) + FitsImage* img, Base::MosaicType type, + Coord::CoordSystem sys) { if (!img || !img->isValid()) { if (img) |