summaryrefslogtreecommitdiffstats
path: root/tksao/frame/base.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/base.C')
-rw-r--r--tksao/frame/base.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/base.C b/tksao/frame/base.C
index ebf8a9b..594573a 100644
--- a/tksao/frame/base.C
+++ b/tksao/frame/base.C
@@ -916,7 +916,7 @@ int Base::hasWCSCel(Coord::CoordSystem sys)
int Base::hasWCS3D(Coord::CoordSystem sys)
{
- return currentContext->cfits && currentContext->cfits->hasWCS3D(sys,2);
+ return currentContext->cfits && currentContext->cfits->hasWCS3D(sys);
}
Vector Base::imageCenter(FrScale::SecMode mode)