int GiD_fEndResult(GiD_FILE fd);
Description: End Result Block.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fEndResult(fd); |
FORTRAN
Code Block |
---|
CALL GID_FENDRESULT(fd) |
int GiD_fEndResult(GiD_FILE fd);
Description: End Result Block.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fEndResult(fd); |
FORTRAN
Code Block |
---|
CALL GID_FENDRESULT(fd) |