mpiGeometricPathDelete
Declaration
int32_t mpiGeometricPathDelete(MPIGeometricPath path);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiGeometricPathDelete deletes a Path object and invalidates its handle (path). PathDelete is the equivalent of a C++ destructor.
| Return Values | 
|---|
| MPIMessageOK | 
See Also
mpiGeometricPathCreate | mpiGeometricPathValidate

