|  |  D.4.20.22 startNmz Procedure from librarynormaliz.lib(see  normaliz_lib).
 
Example:Usage:
startNmz();
Purpose:
This function reads the files written by writeNmzPaths(),
retrieves the path names, and types them on the standard output
(as far as they have been set). Thus, once the path names have been
stored, a Normaliz session can simply be opened by this function.
 See also:
 setNmzDataPath;
 setNmzExecPath;
 writeNmzPaths.|  | LIB "normaliz.lib";
startNmz();
==> nmz_exec_path is ../Normaliz/
==> nmz_data_path not set
 | 
 
 |