Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
535 bpr 1
#This is the variable definition file of the wims module
2
# `coincidence-polynome'.
3
# Author: XIAO Gang
4
 
5
#Each non-comment line defines a variable. Format of the line:
6
#
7
#name	allow	log	default	llim	ulim
8
#
9
#name: name of the variable
10
#log: log priority. 0: no log. 1: little log. 2: more log. etc.
11
#allow: when allow the user to override the defined value.
12
#       it maybe any, deny, init, config, reply.
13
#llim, ulim: lower and upper limits. (Not valid for string variable)
14
#
15
#
16
#name	allow	log	llim	    ulim
17
 
18
# order of the finite field
19
q       init    10      2           11
20
model   init    2
21
photoname deny  1
22
photoright deny 1
23
help_subject help 1
24
 
25
# 4 elements of the transformation matrix
26
a11     deny    1
27
a12     deny    1
28
a21     deny    1
29
a22     deny    1
30
 
31
# and the coordinate of the affine translation
32
xt      deny    1
33
yt      deny    1
34
 
35
# matrix of reply
36
r11     reply   1      0   $q-1
37
r12     reply   1      0   $q-1
38
r21     reply   1      0   $q-1
39
r22     reply   1      0   $q-1
40
 
41
#and translation of the reply
42
xr      reply   1      0   $q-1
43
yr      reply   1      0   $q-1
44
 
45
# difference between original and reply
46
diff	deny    1
47
 
48
reply_cnt deny  3	0	    65535
49
hint_cnt  deny  3	0	    65535
50
status	deny	0
51
found	deny	0
52
 
53