Rev 13027 | Rev 13086 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13027 | Rev 13028 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | !bound introgivehint between 0 and $limit_version default 1 |
35 | !bound introgivehint between 0 and $limit_version default 1 |
36 | !default seedrepeat=0 |
36 | !default seedrepeat=0 |
37 | !default seedlastcnt=0 |
37 | !default seedlastcnt=0 |
38 | !!calculation done before the line with new. |
38 | !!calculation done before the line with new. |
39 | !if $seedlastcnt>=$seedrepeat |
39 | !if $seedlastcnt>=$seedrepeat |
- | 40 | !set seedlastcnt=0 |
|
40 | !increase seedcnt |
41 | !increase seedcnt |
- | 42 | !else |
|
- | 43 | !increase seedlastcnt |
|
41 | !endif |
44 | !endif |
42 | !if (4 isitemof $intro_check or ($introgivehint=1 and $seedrepeat<=1) or\ |
45 | !if (4 isitemof $intro_check or ($introgivehint=1 and $seedrepeat<=1) or\ |
43 | ($introgivehint>=1 and $seedcnt>=$introgivehint and $seedlastcnt>=$seedrepeat) |
46 | ($introgivehint>=1 and $seedcnt>=$introgivehint and $seedlastcnt>=$seedrepeat)\ |
- | 47 | or ($seedrepeat<=1 and $seedcnt>=$introgivehint)) |
|
44 | !set givehint=1 |
48 | !set givehint=1 |
45 | !endif |
49 | !endif |
46 | !if $seedlastcnt>=$seedrepeat |
- | |
47 | !set seedlastcnt=0 |
- | |
48 | !else |
- | |
49 | !increase seedlastcnt |
- | |
50 | !endif |
- | |
51 | - | ||
52 | !bound intro_expow between 1 and 6 default $(list_expow[1]) |
50 | !bound intro_expow between 1 and 6 default $(list_expow[1]) |
53 | !bound intro_sepow between 1 and 6 default $(list_sepow[1]) |
51 | !bound intro_sepow between 1 and 6 default $(list_sepow[1]) |
54 | !bound intro_precw between 0 and 1 default $(list_precw[1]) |
52 | !bound intro_precw between 0 and 1 default $(list_precw[1]) |
55 | !if $qnum>1 |
53 | !if $qnum>1 |
56 | scorepower=$intro_sepow |
54 | scorepower=$intro_sepow |