From: hadaq Date: Fri, 12 Jun 2015 14:41:53 +0000 (+0200) Subject: removed experimental feature, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=cef5d5fbe94fa985deca049449b12e2c703363d3;p=daqtools.git removed experimental feature, mt --- diff --git a/dmon/code/Dmon.pm b/dmon/code/Dmon.pm index 3c76d78..4052662 100644 --- a/dmon/code/Dmon.pm +++ b/dmon/code/Dmon.pm @@ -36,7 +36,7 @@ sub MakeRate { my $res; return unless defined $t; - foreach my $b (keys $t) { + foreach my $b (keys %$t) { for my $i (0..((scalar @{$t->{$b}{value}})-1)) { my $value = $t->{$b}{value}[$i]||0; $value = ($value>>$pos) & (2**$width-1);