Initializing help system before first use

closedso

closedso


Purpose
Close a module previously opened with opendso.
Synopsis
void closedso(XPRMcontext ctx, const char *name);
Arguments
ctx 
Mosel's execution context
name 
Name of the module to close
Further information
This function closes a module by updating its reference count.
Related topics