Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 reyssat 1
# Variable calculations should be done in this file.
2
# It is read and interpreted by wims for all valid calls to the module.
3
 
4
 
5
# how to detect the need to compute?
6
!if $cmd=reply
7
 error=
8
 compute=yes
9
 
10
 
11
!endif
12