cdds_rmaxis - remove an existing axis from a DDS dictionary.

SYNOPSIS

#include "cdds.h"

int cdds_rmaxis(dict, num);

const char *dict
int 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

      cdds_addaxis  Add axis
    

AUTHOR

Jerry Ehlers, BP America (May 2003)