Versions Compared

Key

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

int GiD_fEndResult(GiD_FILE fd);


Description: End Result Block.


Parameters:
GiD_FILE fd the file descriptor


Example:
C/C++

Code Block
GiD_fEndResult(fd);

FORTRAN

Code Block
CALL GID_FENDRESULT(fd)