diff options
Diffstat (limited to 'tksao/frame/basecommand.C')
-rw-r--r-- | tksao/frame/basecommand.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/basecommand.C b/tksao/frame/basecommand.C index ae59cc1..243a562 100644 --- a/tksao/frame/basecommand.C +++ b/tksao/frame/basecommand.C @@ -2337,7 +2337,7 @@ void Base::hasWCSCmd(Coord::CoordSystem sys) void Base::hasWCSAltCmd() { - Tcl_AppendResult(interp, (currentContext->cfits && currentContext->cfits->wcsHeader() ? "1" : "0"), NULL); + Tcl_AppendResult(interp, (currentContext->cfits && currentContext->cfits->wcsAltHeader() ? "1" : "0"), NULL); } void Base::hasWCSCelCmd(Coord::CoordSystem sys) |