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 Current »

int GiD_PostSetFormatReal(GP_CONST char * format)
Description: overwrite the default format to print real numbers in ASCII strings (by default, this is "%.9g")
Parameters:
char* format
a valid C/C++ format to print a real number
Example:
C/C++
GiD_PostSetFormatReal("%15.5f");

  • No labels