Versions Compared

Key

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

int GiD_fClosePostResultFile(GiD_FILE fd);


Description: Close the post results file


Parameters:
GiD_FILE fd the file descriptor


Example:
C/C++

Code Block
GiD_fClosePostResultFile(fd);

FORTRAN

Code Block
CALL GID_CLOSEPOSTRESULTFILE(fd)