Subversion Repositories wimsdev

Rev

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

Rev 10 Rev 2019
Line 20... Line 20...
20
/*************** Customization: change values hereafter ****************/
20
/*************** Customization: change values hereafter ****************/
21
 
21
 
22
        /* limit of parameter string */
22
        /* limit of parameter string */
23
#define parmlim 131072
23
#define parmlim 131072
24
        /* Address of Plouffe's Inverter */
24
        /* Address of Plouffe's Inverter */
25
#define WebPlouffe "<a target=wims_external href=\"http://www.cecm.sfu.ca/cgi-bin/isc/lookup?lookup_type=simple&number=%s\">"
25
#define WebPlouffe "<a target=wims_external href=\"http://oldweb.cecm.sfu.ca/cgi-bin/isc/lookup?lookup_type=simple&number=%s\">"
26
 
26
 
27
        /* minimal and maximal lengths of a number to interface */
27
        /* minimal and maximal lengths of a number to interface */
28
#define Plouffe_min 6
28
#define Plouffe_min 6
29
#define Plouffe_max 22
29
#define Plouffe_max 22
30
 
30