PRTools contents |
PRGLOBAL
PRGLOBAL
PRGLOBAL RESET
PRGLOBAL(PAR1,VAL1,PAR2,VAL2, ....)
Input | |
PAR1,PAR2 | String with variable name of global variable |
VAL1,VAL2 | Desired value of global variable |
The functioning of PRTools depends on the values of a number of global variables. Many of them have their own routine to change them. This routine is a central routine to list them (no arguments), reset them to their initial values or set them to some user preference.
The following global variables can be changed
PRMEMORY, | see corresponding routine |
DEFAULTBATCHSIZE, | see SETBATCH |
GRIDSIZE, | see corresponding routine and PLOTC |
CHECK_SIZES, | TRUE or FALSE, disables or enables some size checking |
STAMP_MAP, | TRUE or FALSE, see corresponding routine |
PRWAITBAR, | ON or OFF, see corresponding routine |
PRWARNING, | set level, see corresponding routine |
REGOPT_NFOLDS, | see REGOPTC |
REGOPT_ITERMAX, | see REGOPTC |
REGOPT_REPS, | see REGOPTC |
prmemory, setbatch, gridsize, stamp_map, prwaitbar, prwarning, regoptc,
PRTools contents |