Versions Compared

Key

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

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)