GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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++
GiD_fClosePostMeshFile(fd);
FORTRAN
CALL GID_FCLOSEPOSTMESHFILE(fd)

  • No labels