GridGetFieldName

This function gets the name of a particular field.

Synopsis

#include "grid.h" 
int GridGetFieldName(Grid grid, int field, char **name)
Not collective

Input Parameters

grid - The grid
field - The field to name

Output Parameter

name -The name string

Keywords

grid, field, name

See Also

GridSetFieldName()

Level:intermediate
Location:
src/grid/interface/gridDB.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages