fdds_rmaxis - remove an existing axis from a DDS dictionary
SYNOPSIS
#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)
integer function fdds_rmaxis(dict, num)
-
character*(*) dict
integer num
DESCRIPTION
This function is used to remove an existing axis from the
dictionary, dict. The value, num, is the number
of the axis to be remove (numbering from 1).
The dictionary will be left opened in the "print" mode.
The num value must be between 1 and the current rank
and it cannot remove all axes.
The function returns a non-zero value if an error is detected,
and zero otherwise.
SEE ALSO
fdds_addaxis Add axis
AUTHOR
Jerry Ehlers, BP America (May 2003)