]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Tue, 12 Jun 2012 15:14:32 +0000 (15:14 +0000)
committerhadeshyp <hadeshyp>
Tue, 12 Jun 2012 15:14:32 +0000 (15:14 +0000)
dac_program.pl

index a5af93a9ebb4fc21d83bd4c0e007c184783571df..4e8a0186fe3bb41a6ff5dae1de27b7afd407f124 100755 (executable)
@@ -42,7 +42,7 @@ while (my $a = <$fh>) {
     $o |= $val;
     
     my @values;
-    foreach my $i (0..($chain-1)) {
+    foreach my $i (0..15) {
       $values[$i] = 0x00F00000;
       }
     $values[16] = $chain;