GridAppendOptionsPrefix
Appends to the prefix used for searching for all grid options in the database.
Synopsis
#include "grid.h"
#include "gvec.h"
int GridAppendOptionsPrefix(Grid grid, char *prefix)
Collective on Grid
Input Parameters
| grid | - The grid
|
| prefix | - The prefix to prepend to all option names
|
Notes
A hyphen (-) must NOT be given at the beginning of the prefix name.
The first character of all runtime options is AUTOMATICALLY the hyphen.
Keywords
grid, append, options, prefix, database
See Also
GridGetOptionsPrefix()
Level:intermediate
Location:src/grid/interface/grid.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages