summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/binparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-05 21:28:13 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-05 21:28:13 (GMT)
commit11376f9238353b2c2fc2df9d1c42a622ed93278b (patch)
tree08e5373032c38639527d9a56c9bc3ff33e6525f3 /ds9/parsers/binparser.tac
parent5b568c0640d28680274b432fb1d068990506186c (diff)
downloadblt-11376f9238353b2c2fc2df9d1c42a622ed93278b.zip
blt-11376f9238353b2c2fc2df9d1c42a622ed93278b.tar.gz
blt-11376f9238353b2c2fc2df9d1c42a622ed93278b.tar.bz2
add ds9 cube parser
Diffstat (limited to 'ds9/parsers/binparser.tac')
-rw-r--r--ds9/parsers/binparser.tac4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/binparser.tac b/ds9/parsers/binparser.tac
index f797735..4d1f7eb 100644
--- a/ds9/parsers/binparser.tac
+++ b/ds9/parsers/binparser.tac
@@ -37,8 +37,8 @@ command : bin
| bin {yyclearin; YYACCEPT} STRING_
;
-bin : CLOSE_ {BinDestroyDialog}
- | OPEN_ {BinDialog}
+bin : OPEN_ {BinDialog}
+ | CLOSE_ {BinDestroyDialog}
| MATCH_ {MatchBinCurrent}
| LOCK_ yesno {BinCmdSet lock $2 LockBinCurrent}
| ABOUT_ about