From 25cc8277c9117fa50eed862027890baf9ae50bfd Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Mon, 31 Jan 2011 12:22:06 -0800 Subject: [PATCH] Corrected bug where I am no longer clobbering ALL of my commandline options --- bin/feedGnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 8ec33c3..9f9e0a5 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -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',