Corrected bug where I am no longer clobbering ALL of my commandline options

This commit is contained in:
Dima Kogan 2011-01-31 12:22:06 -08:00
parent a37a8a0d4d
commit 25cc8277c9

View File

@ -197,7 +197,7 @@ OEF
# do not stream in the data by default
# point plotting by default.
# no monotonicity checks by default
$options = { maxcurves => 100 };
$options{ maxcurves } = 100;
GetOptions($options, 'stream!', 'domain!', 'dataid!', '3d!', 'colormap!', 'lines!', 'points!',
'circles', 'legend=s@', 'autolegend!', 'xlabel=s', 'ylabel=s', 'y2label=s', 'zlabel=s',