|
D.4.26.16 setNmzExecPath
Procedure from library normaliz.lib (see normaliz_lib).
- Usage:
- setNmzExecPath(string s);
s path to the Normaliz executable
- Create:
Normaliz::nmz_exec_path to save the given path s
- Note:
- It is not necessary to use this function if the Normaliz executable
is in the search path of the system.
Example:
| LIB "normaliz.lib";
setNmzExecPath("../Normaliz/");
| See also:
setNmzOption.
|