Versions Compared

Key

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

int GiD_fResultUnit(GiD_FILE fd, CONST char * UnitName);


Description: Define the unit string associated to the current result,
either a single result block or the current result defined in a result group


Parameters:
See GiD_fBeginResult.


Example:
C/C++

Code Block
GiD_fResultUnit(fd,"m");

FORTRAN

Code Block
CHARACTER*10 UNITNAME

...


UNITNAME = 'm'

...


GID_FRESULTUNIT(fd,UNITNAME)