TextFileWriteFree
Free all resources associated with a TextFile
Synopsis
int TextFileWriteFree(TextFile *fh_p)
Input Parameter
- fh_p
- Pointer to a TextFile
Notes
This routine should be called after TextFileWriteClose.
Return value
An error code. Currently, MPI_SUCCESS is returned on success and an
MPI error class is returned on failure. A future implementation may
return a user-defined MPI error code.