Rev 13711 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13711 | Rev 14333 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | !endif |
66 | !endif |
67 | !next j |
67 | !next j |
68 | !next i |
68 | !next i |
69 | !if $manual<1 |
69 | !if $manual<1 |
70 | !distribute item $mean_auto,$max_auto,$min_auto,$auto_cnt into\ |
70 | !distribute item $mean_auto,$max_auto,$min_auto,$auto_cnt into\ |
71 |
|
71 | mean_glob,max_glob,min_glob,glob_cnt |
72 | !endif |
72 | !endif |
73 | 73 | ||
74 | !distribute item $[rint(100*$mean_auto/max(1,$auto_cnt))/100],\ |
74 | !distribute item $[rint(100*$mean_auto/max(1,$auto_cnt))/100],\ |
75 |
|
75 | $[rint(100*$mean_tea/max(1,$tea_cnt))/100],\ |
76 |
|
76 | $[rint(100*$mean_glob/max(1,$glob_cnt))/100]\ |
77 |
|
77 | into mean_auto,mean_tea,mean_glob |
78 | 78 | ||
79 | t=!translate = to , in $wims_req_time |
79 | t=!translate = to , in $wims_req_time |
80 | t=!item -1 of $t |
80 | t=!item -1 of $t |
81 | means=$t\ |
81 | means=$t\ |
82 | $min_auto $mean_auto $max_auto $min_tea $mean_tea $max_tea $min_glob $mean_glob $max_glob |
82 | $min_auto $mean_auto $max_auto $min_tea $mean_tea $max_tea $min_glob $mean_glob $max_glob |