HMIN_move_write()
Allows an element to be moved from one collector to another.
Syntax
void HMIN_move_write(char * name);
Type
HyperMesh hminlib Function
Description
Allows an element to be moved from one collector to another.
Inputs
- name
- The name of the collector where the element should be placed.
Example
HMIN_move_writeid() must be called next to identify the entity that should be moved. No other hminlib functions may be called until all moves for the given collector are complete.
Errors
None.