Subversion Repositories wimsdev

Rev

Rev 12990 | Rev 13027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12990 Rev 13025
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
-
 
41
    !increase seedcnt
40
    !increase seedcnt
42
  !else
-
 
43
    !increase seedlastcnt
-
 
44
  !endif
41
  !endif
45
  !if (4 isitemof $intro_check or ($introgivehint=1 and $seedrepeat<=1) or\
42
  !if (4 isitemof $intro_check or ($introgivehint=1 and $seedrepeat<=1) or\
46
      ($introgivehint>=1 and $seedcnt>=$introgivehint and $seedlastcnt>=$seedrepeat))
43
      ($introgivehint>=1 and $seedcnt>=$introgivehint and $seedlastcnt>=$seedrepeat)))
47
    !set givehint=1
44
    !set givehint=1
48
  !endif
45
  !endif
-
 
46
  !if $seedlastcnt>=$seedrepeat
-
 
47
    !set seedlastcnt=0
-
 
48
  !else
-
 
49
    !increase seedlastcnt
-
 
50
  !endif
-
 
51
 
49
  !bound intro_expow between 1 and 6 default $(list_expow[1])
52
  !bound intro_expow between 1 and 6 default $(list_expow[1])
50
  !bound intro_sepow between 1 and 6 default $(list_sepow[1])
53
  !bound intro_sepow between 1 and 6 default $(list_sepow[1])
51
  !bound intro_precw between 0 and 1 default $(list_precw[1])
54
  !bound intro_precw between 0 and 1 default $(list_precw[1])
52
  !if $qnum>1
55
  !if $qnum>1
53
    scorepower=$intro_sepow
56
    scorepower=$intro_sepow