GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

int GiD_fFlushPostFile(GiD_FILE fd);
Description: Flushes all pending output into the postprocess file. This
function should be called only when strictly necessary when writing in
GiD_PostAsciiZipped or GiD_PostBinary modes because it can degrade compression.
Parameters:
GiD_FILE fd the file descriptor
Example:
C/C++
GiD_fFlushPostFile(fd);
FORTRAN
CALL GID_FFLUSHPOSTFILE(fd)

  • No labels