Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
citius2280 committed Dec 16, 2024
1 parent f58ed45 commit 4673706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/gfanInterface.m2
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ gfanConvertToNewRing (PolynomialRing) := R1 -> (
numDigits := length (toString (#R1Gens));
varstr := (for i in 1..#R1Gens list "x" | demark ("",for j from 1 to numDigits-(length toString i) list "0") | toString i);
var := new Dictionary;
varlist = for i in varstr list getGlobalSymbol(var,i);
varlist := for i in varstr list getGlobalSymbol(var,i);
R2 := (coefficientRing R1) new Array from varlist;
R2Gens := gens R2;
generatorMapping := for i in 0..#(gens R1) - 1 list (R1Gens#i =>R2Gens#i);
Expand Down

0 comments on commit 4673706

Please sign in to comment.