int GiD_fEndRangeTable(GiD_FILE fd);
Description: End a Range Table definition.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fEndRangeTable(fd); |
FORTRAN
Code Block |
---|
CALL GID_FENDRANGETABLE(fd) |
int GiD_fEndRangeTable(GiD_FILE fd);
Description: End a Range Table definition.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
Code Block |
---|
GiD_fEndRangeTable(fd); |
FORTRAN
Code Block |
---|
CALL GID_FENDRANGETABLE(fd) |