int GiD_fEndCoordinates(GiD_FILE fd);
Description: Close the current coordinate block.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fEndCoordinates(fd); |
FORTRAN
Code Block |
---|
CALL GID_FENDCOORDINATES(fd) |
int GiD_fEndCoordinates(GiD_FILE fd);
Description: Close the current coordinate block.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fEndCoordinates(fd); |
FORTRAN
Code Block |
---|
CALL GID_FENDCOORDINATES(fd) |