HMRES_argumentcategory()
Call this function to place arguments into categories.
Syntax
void HMRES_argumentcategory(char *string);
Type
HyperMesh hmreslib Function
Description
Call this function to place arguments into categories.
Inputs
- string
- A static string (it is not copied) that sets the category for all subsequent arguments.
Example
When a results translator is invoked with the -gui option, the output displays categories for sets of options. This output can be parsed to other programs to automate the creation of a graphical user interface (gui).
Errors
None.