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_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++
GiD_fResultUnit(fd,"m");
FORTRAN
CHARACTER*10 UNITNAME
UNITNAME = 'm'
GID_FRESULTUNIT(fd,UNITNAME)

  • No labels