mpiAxisDelete

Declaration
long mpiAxisDelete(MPIAxis  axis) 
Required Header stdmpi.h
Description

AxisDelete deletes an Axis object and invalidates its handle (axis).
AxisDelete is the equivalent of a C++ destructor.

  axis the Axis handle to be deleted
     

Remarks

  All objects that are created in an application should be deleted in reverse order at the end of the code.
     
Return Values
MPIMessageOK if AxisDelete successfully deletes an Axis object and invalidates its handle
See Also mpiAxisCreate | mpiAxisValidate