Calls user dependent initialisation.
(see also USROCALL)
The meaning of WHAT(1),...,WHAT(6), SDUM is defined by the user.
A call to the user-written routine USRINI with 6 WHAT numerical
values and one character string SDUM as arguments is issued every
time this card is read
Default (option USRICALL not given): no user initialisation
Notes: In subroutine USRINI, WHAT and SDUM must be declared as follows:
DOUBLE PRECISION WHAT (6)
CHARACTER SDUM*8
A description of routine USRINI and instructions about its
use are given in 13}
It is suggested that the USRINI routine shall contain at least the
three standard INCLUDE files:
DBLPRC, DIMPAR, IOUNIT
Other useful files to be INCLUDEd, depending on the problem, can be
BEAMCM, CASLIM, SOURCM, SUMCOU, FLKMAT, PAPROP, SCOHLP, USRBDX,
USRBIN, USRSNC, USRTRC, USRYLD. See 13} for more information on
INCLUDE files useful in user routines.
Example:
*...+....1....+....2....+....3....+....4....+....5....+....6....+....7...+...8
USRICALL 123. 456. 1.0 -2.0 18.0 18. FLAG12
* Call initialisation routine passing over 6 numerical values and a string