NDF_AREST

Reset an NDF axis component to an undefined state

Description:

The routine resets an NDF axis component so that its value becomes undefined. It may be used to remove unwanted optional NDF axis components.

Invocation

CALL NDF_AREST( INDF, COMP, IAXIS, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the axis component to be reset: LABEL, UNITS, VARIANCE or WIDTH.
IAXIS = INTEGER (Given)
Number of the NDF axis to be modified.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: