Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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)