Versions Compared

Key

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

int GiD_fEndMeshGroup(GiD_FILE fd);

Description: This function close the previously opened group of mesh. See GiD_fBeginMeshGroup.


Parameters:
GiD_FILE fd the file descriptor


Example:
C/C++

Code Block
GiD_fEndMeshGroup(fd);

FORTRAN

Code Block
CALL GID_FENDMESHGROUP(fd)