From: Jan Michel Date: Fri, 7 Apr 2017 09:03:49 +0000 (+0200) Subject: fix syntax error in Cts lib X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=de2f0f68acb5d4ab730e67adbcb41714af04d9dc;p=daqtools.git fix syntax error in Cts lib --- diff --git a/web/include/CtsCommands.pm b/web/include/CtsCommands.pm index 5ab5121..cab1718 100644 --- a/web/include/CtsCommands.pm +++ b/web/include/CtsCommands.pm @@ -479,7 +479,7 @@ EOF # generate plot if ($gnuplot_fh) { shift @$plotData if $#{ $plotData } > 180; - push @$plotData, [' + push @$plotData, [ $time, $rates->{'cts_cnt_trg_asserted.value'}{'rate'}, $rates->{'cts_cnt_trg_edges.value'}{'rate'},