HMIN_filelocator_calculaterange()
Calculates the range between file locators.
Syntax
void HMIN_filelocator_calculaterange(void * locatorptr, int startlocator, int endlocator);
Type
HyperMesh hminlib Function
Description
Calculates the range between file locators.
Inputs
- locatorptr
- A pointer to the block of file locators.
- startlocator
- The index into the locator block at the beginning of the range to be calculated.
- endlocator
- The index into the locator block at the ending of the range to be calculated.
Errors
None.