Initializing help system before first use

CSTYLE

Description
This control is deprecated, and will be removed from future versions of the optimizer. The control was used for numbering arrays.
Type
Integer
Values
0 
Indicates that the FORTRAN convention should be used for arrays (i.e. starting from 1).
1 
Indicates that the C convention should be used for arrays (i.e. starting from 0).
Default value
1
Affects routines
All library routines which take arrays as arguments.