- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
The routine
determines whether two array identifiers refer to parts of the same base array. If so, it also determines
whether they intersect.
Invocation
CALL ARY_SAME( IARY1, IARY2, SAME, ISECT, STATUS )
Arguments
IARY1 = INTEGER (Given)
Identifier for the first array (or array section).
IARY2 =
INTEGER (Given)
Identifier for the second array (or array section).
SAME = LOGICAL (Returned)
Whether the identifiers refer to parts of the same base array.
ISECT = LOGICAL (Returned)
Whether the arrays intersect.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑