HMRES_initialize()
Initializes hmreslib.
Syntax
void HMRES_initialize(int numindatatype);
    Type
HyperMesh hmreslib Function
Description
Initializes hmreslib.
Inputs
- numindatatype
 - The number of entities that are expected to be stored in a data type. Setting this value to zero uses the default value of 500.
 
Example
This function must be called before any other function in the hmreslib package.
Errors
None.