Versions Compared

Key

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

int GiD_fEndGaussPoint(GiD_FILE fd);


Description: End current Gauss Points definition


Parameters:
GiD_FILE fd the file descriptor


Example:
C/C++

Code Block
GiD_fEndGaussPoint(fd);

FORTRAN

Code Block
CALL GID_FENDGAUSSPOINT(fd)