Versions Compared

Key

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

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)