NDF_ANORM

Obtain the logical value of an NDF axis normalisation flag

Description:

The routine returns a logical value for the normalisation flag associated with an NDF axis.

Invocation

CALL NDF_ANORM( INDF, IAXIS, NORM, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
IAXIS = INTEGER (Given)
Number of the axis whose normalisation flag value is required.
NORM = LOGICAL (Returned)
Normalisation flag value.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: