HMRES_simulationgetnamefromid()
Finds a simulation name based on its ID.
Syntax
char * HMRES_simulationgetnamefromid(int simulationid);
Type
HyperMesh hmreslib Function
Description
Finds a simulation name based on its ID.
Inputs
- simulationid
- The ID of the simulation for which the name should be found.
Example
The name of the simulation.
Errors
None.