Description:
This routine obtains a vector
of values from a parameter. If it is necessary, the values are converted to the required type.
Invocation
CALL PAR_GET1x( PARAM, MAXVAL, VALUES, ACTVAL, STATUS )
Arguments
PARAM = CHARACTER
(
)
(Given)
The parameter name.
MAXVAL = INTEGER (Given)
The maximum number of values that
can be obtained.
VALUES( MAXVAL ) = ? (Returned)
The array to receive the values
associated with the parameter.
ACTVAL = INTEGER (Returned)
The actual number of
values obtained.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
-
There is a routine for each of the data types character, double precision, integer, logical, and real:
replace "x"
in the routine name by C, D, I, K, L, or R respectively as appropriate. The VALUES
argument must have the corresponding data type.
-
Note that this routine will accept a scalar value, returning a single-element vector.