next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
getNmzExecPath -- returns the path to the executable for Normaliz
Synopsis
Usage:
getNmzExecPath()
Outputs:
a
string
, the string containing the path
Description
The default value is the empty string.
i1 : getNmzExecPath() o1 = /usr/bin/
Caveat
This is the value stored in the global variable. The function
startNmz
retrieves the path names written by
writeNmzPaths
to the hard disk, so this can be a different path.
See also
setNmzExecPath
-- sets the path to the executable for Normaliz