BDI_GET0D
Get the named items as DOUBLE PRECISION scalars
Invocation
CALL BDI_GET0D( ID, ITEMS, DATA, STATUS )
Description
Retrieves the items specified by the ITEMS string as DOUBLE PRECISION
values.
Arguments
-
ID = INTEGER (given)
ADI identifier of BinDS, Array or Scalar object, or derivatives
thereof
-
ITEMS = CHARACTER*(*) (given)
List of items to be read
-
DATA[] = DOUBLE PRECISION (returned)
The returned data
-
STATUS = INTEGER (given and returned)
The global status.
References