next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Normaliz :: rmNmzFiles

rmNmzFiles -- removes the files created by Normaliz

Synopsis

Description

This function removes the files created for and by Normaliz, using the last filename created. These files are removed automatically unless a (non-empty) filename has been specified in the global variable nmzFilename. In this case the filename is reset to the empty string.

nmzFilename="VeryInteresting";
R=ZZ/37[x,y,z];
normalToricRing {x^2*y, y^3};
get ("VeryInteresting.typ")
rmNmzFiles();
nmzFilename