int GiD_fResultRange(GiD_FILE fd, const char * RangeTable);
Description:
Define the components names associated to the current result, either a single
result block or the current result defined in a result group.
Parameters:
GiD_FILE fd the file descriptor
char * RangeTable --> name of the range table previously defined
Example:
C/C++
Code Block |
---|
GiD_fResultRange(fd,"MyTable"); |
FORTRAN
Code Block |
---|
GID_FRESULTRANGE(fd,'MyTable'); |