Description:
The routine returns a flag indicating if the two supplied objects (which must both be
primitive) are stored using the same data representation. See also DAT_DREP.
Invocation
CALL DAT_DSAME( LOC1, LOC2, SAME, STATUS )
Arguments
LOC1 = CHARACTER
∗ (
DAT__SZLOC ) (Given)
LOC2 = CHARACTER
∗ (
DAT__SZLOC ) (Given)
SAME = LOGICAL (Returned)
.TRUE.
if and only if the two objects use the same data representation.
STATUS = INTEGER
(Given and Returned)
The global status.
Notes:
Unlike DAT_DREP, this routine may
be used on objects stored in using any HDS data format, including version 5 and later.
Copyright © 2019 East Asian Observatory