summaryrefslogtreecommitdiffstats
path: root/tksao/frame/parser.Y
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/parser.Y')
-rw-r--r--tksao/frame/parser.Y3
1 files changed, 1 insertions, 2 deletions
diff --git a/tksao/frame/parser.Y b/tksao/frame/parser.Y
index cc5c7a5..a3a28ee 100644
--- a/tksao/frame/parser.Y
+++ b/tksao/frame/parser.Y
@@ -2805,8 +2805,7 @@ update : /* empty */ {fr->updateFitsCmd(0);}
updateFitsSlice : INT {fr->sliceCmd(2,$1);}
| INT INT {fr->sliceCmd($1,$2);}
- | numeric coordSystem skyFrame
- {fr->sliceCmd($1, (Coord::CoordSystem)$2, (Coord::SkyFrame $3));}
+ | numeric coordSystem {fr->sliceCmd($1, (Coord::CoordSystem)$2);}
;
warp : numeric numeric {fr->warpCmd(Vector($1,$2));}