Pick up some obvious changes from Wombat

This commit is contained in:
Douglas Clowes
2014-06-24 17:32:22 +10:00
parent e3377553bd
commit 95974df5e4
4 changed files with 16 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ namespace eval counter {
proc ::counter::transferscript {} {
variable isc_numchannels
bm status
set val [SplitReply [bm1 gettime]]
for {set i 1} {$i <= $isc_numchannels} {incr i} {
append val " [SplitReply [bm$i getcounts] ]"