SICS-786 SICS locked up while counting on Taipan
An in-situ hack that was done on Wombat was accidentally committed.
This commit is contained in:
@ -7,7 +7,6 @@ namespace eval counter {
|
|||||||
|
|
||||||
proc ::counter::transferscript {} {
|
proc ::counter::transferscript {} {
|
||||||
variable isc_numchannels
|
variable isc_numchannels
|
||||||
bm status
|
|
||||||
set val [SplitReply [bm1 gettime]]
|
set val [SplitReply [bm1 gettime]]
|
||||||
for {set i 1} {$i <= $isc_numchannels} {incr i} {
|
for {set i 1} {$i <= $isc_numchannels} {incr i} {
|
||||||
append val " [SplitReply [bm$i getcounts] ]"
|
append val " [SplitReply [bm$i getcounts] ]"
|
||||||
|
Reference in New Issue
Block a user