Versions Compared

Key

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

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++

Code Block
GiD_PostSetFormatReal("%15.5f");