- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
This function
imports an array into the ARY_ system from HDS and issues an identifier for it. The array
may then be manipulated by the ARY_ routines.
Invocation
void aryImprt( HDSLoc
∗loc, Ary
∗∗ary,
int ∗status
)
Notes:
-
The locator supplied as input to this routine may later be annulled without affecting the subsequent
behaviour of the ARY_ system.
-
If this routine is called with "
status"
set, then a value of NULL will be returned for the "
ary"
argument, although no further processing will occur. The same value will also be returned if the
routine should fail for any reason.
Parameters :
loc
HDS locator to an array structure.
ary
Returned holding an array identifier for the array structure.
status
The global status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑