mpiAxisDelete
Declaration
long mpiAxisDelete(MPIAxis axis)
Required Header: axis.h
Description
mpiAxisDelete deletes an Axis object and invalidates its handle (axis).
        AxisDelete is the equivalent of a C++ destructor. 
| axis | the Axis handle to be deleted | 
|---|
| Return Values | 
|---|
| MPIMessageOK | 
Remarks
All objects that are created in an application should be deleted in reverse order at the end of the code.

