|
D.4.24.21 writeNmzPaths
Procedure from library normaliz.lib (see normaliz_lib).
- Create:
- the file nmz_sing_exec.path where the path to the Normaliz executable
is saved
the file nmz_sing_data.path where the directory for the exchange
of data is saved
- Note:
- Both files are saved in the current directory. If one of the names
has not been defined, the corresponding file is created, but
contains nothing.
Example:
| LIB "normaliz.lib";
setNmzExecPath("../Normaliz/");
writeNmzPaths();
int dummy=system("sh","cat nmz_sing_exec.path");
==> ../Normaliz/
dummy=system("sh","cat nmz_sing_data.path");
==>
| See also:
setNmzDataPath;
setNmzExecPath;
startNmz.
|