ARY_SAME

Enquire if two arrays are part of the same base array

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: