HMMOD_nodesetcounter()
Assigns a value to the counter.
Syntax
void HMMOD_nodesetcounter(void * nodeptr, int counter);
Type
HyperMesh hmmodlib Function
Description
Assigns a value to the counter.
Inputs
- nodeptr
- The pointer to the node.
- counter
- The value to be assigned to the counter.
Errors
None.