Rev 14777 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14777 | Rev 17529 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | !! the variable wims_ariane_self must be defined in the var.proc of |
27 | !! the variable wims_ariane_self must be defined in the var.proc of |
28 | !! the module if one does not want an ariane thread automatically created |
28 | !! the module if one does not want an ariane thread automatically created |
29 | !! should have more parameters, for the moment, just no. |
29 | !! should have more parameters, for the moment, just no. |
30 | !set wims_ariane_cnt=!linecnt $wims_ariane |
30 | !set wims_ariane_cnt=!linecnt $wims_ariane |
31 | 31 | ||
- | 32 | !! don't generate automatically : home / module |
|
32 | !if $wims_ariane_self=no |
33 | !if $wims_ariane_self=no |
33 | !for i_=1 to $wims_ariane_cnt |
34 | !for i_=1 to $wims_ariane_cnt |
34 | !set 1_=!line $i_ of $wims_ariane |
35 | !set 1_=!line $i_ of $wims_ariane |
35 | !set wims_ariane_list = !append line $1_ to $wims_ariane_list |
36 | !set wims_ariane_list = !append line $1_ to $wims_ariane_list |
36 | !next |
37 | !next |