We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4077d3 commit 1694031Copy full SHA for 1694031
M2/Macaulay2/packages/Normaliz.m2
@@ -212,7 +212,7 @@ doWriteNmzData List := matrices -> (
212
for i from 0 to numRows sgr - 1 do (
213
s := "";
214
for j from 0 to numColumns sgr - 1
215
- do s = s | sgr_(i,j) | " ";
+ do s = s | toString(sgr_(i,j)) | " ";
216
outf << s << endl;
217
);
218
-- Until version 3.9.4, input type normal_toric_ideal was called lattice_ideal
0 commit comments