int GiD_fClosePostMeshFile(GiD_FILE fd);
Description: Close the post mesh file
Parameters:
GiD_FILE fd, the handler returned by GiD_fOpenPostMeshFile
Example:
C/C++
Code Block |
---|
GiD_fClosePostMeshFile(fd); |
FORTRAN
Code Block |
---|
CALL GID_FCLOSEPOSTMESHFILE(fd) |