Skip to content

Commit

Permalink
fixed #3600
Browse files Browse the repository at this point in the history
  • Loading branch information
citius2280 authored and d-torrance committed Dec 27, 2024
1 parent 551d2df commit b40933f
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 @@ -753,7 +753,7 @@ gfanConvertToNewRing (PolynomialRing) := R1 -> (
--produced by this method.
R1Gens := gens R1;
numDigits := length (toString (#R1Gens));
R2 := (coefficientRing R1) (for i in 1..#R1Gens list (
R2 := (coefficientRing R1) new Array from (for i in 1..#R1Gens list (
value ("x" | demark ("",for i from 1 to numDigits-(length toString i) list "0") | toString i)
) );
R2Gens := gens R2;
Expand Down

0 comments on commit b40933f

Please sign in to comment.