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