Initializing help system before first use

hmdel

hmdel


Purpose
Release a hashmap.
Synopsis
int hmdel(XPRMcontext ctx,XPRMhashmap hm);
Arguments
ctx 
Mosel's execution context
hm 
The hashmap to release
Return value
0 if sucessful or -1 in case of error.
Further information
This function releases the resources used by a hashmap previously created using hmnew. Hashmaps that are not explicitly freed using this routine are automatically released when the model is reset (after its execution).
Related topics