- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑
Description:
The routine
copies history information from one NDF to another, replacing any that already exists in the
destination NDF.
Invocation
CALL NDF_HCOPY( INDF1, INDF2, STATUS )
Arguments
INDF1 =
INTEGER (Given)
Identifier for the NDF (or NDF section) containing the history information to be
copied.
INDF2 = INTEGER (Given)
Identifier for the NDF to receive the copied history
information.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
-
This routine returns without action leaving the destination NDF unchanged if no History component
exists in the input NDF.
-
If the input NDF contains a History component, then a History component is added to the destination
NDF automatically, if one does not already exist.
- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑