Versions Compared

Key

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

int GiD_fEndOnMeshGroup(GiD_FILE fd);


Description:
This function close a previously opened block of result over a mesh group. See GiD_fBeginOnMeshGroup.


Parameters:
GiD_FILE fd the file descriptor


Example:
C/C++

Code Block
GiD_fEndOnMeshGroup(fd);

FORTRAN

Code Block
CALL GID_

...

FENDONMESHGROUP(fd)

...