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) |
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) |