Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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)