summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-09-27 15:43:32 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-09-27 15:43:32 (GMT)
commiteafc6af129cf5f2c71ee4fde54885e0167dd96e5 (patch)
tree6f1deba967962aa76d19847b8dc2254358d7271e /ds9/parsers
parent34326ce93f5c458980f185110d40b6bb9fca2eab (diff)
downloadblt-eafc6af129cf5f2c71ee4fde54885e0167dd96e5.zip
blt-eafc6af129cf5f2c71ee4fde54885e0167dd96e5.tar.gz
blt-eafc6af129cf5f2c71ee4fde54885e0167dd96e5.tar.bz2
CONTOUR: fixed contour parser nlevels problem.
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/contourparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/contourparser.tac b/ds9/parsers/contourparser.tac
index 5ff8313..73bda46 100644
--- a/ds9/parsers/contourparser.tac
+++ b/ds9/parsers/contourparser.tac
@@ -81,7 +81,7 @@ contour : yesno {ProcessCmdSet contour view $1 UpdateContour}
| DASH_ yesno {ContourDialog; ProcessCmdSet contour dash $2 UpdateContour}
| SMOOTH_ INT_ {ContourCmdGenerateDialog smooth $2}
| METHOD_ method {ContourCmdGenerateDialog method $2}
- | NLEVELS_ INT_ {ContourCmdGenerateDialog nlevel $2}
+ | NLEVELS_ INT_ {ContourCmdGenerateDialog numlevel $2}
| SCALE_ scale {ContourCmdScale scale $2}
| LOG_ log
| MODE_ modes