Versions Compared

Key

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

int GiD_fEndMesh(GiD_FILE fd);

Description: End the current mesh.


Parameters:
GiD_FILE fd the file descriptor


Example:
C/C++

Code Block
GiD_FEndMesh(fd);

FORTRAN

Code Block
CALL GID_ENDMESH(fd)