Skip to content

Commit

Permalink
fix github issue Macaulay2#2865
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestillman committed Jun 8, 2023
1 parent 1aca311 commit 78b1482
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 @@ -1640,7 +1640,7 @@ gfanInitialForms (MarkedPolynomialList, List) := opts -> (L,W) -> (
)

gfanInitialForms (Ideal, List) := opts -> (I,L) -> (
gfanInitialForms(flatten entries gens I, List, opts)
gfanInitialForms(flatten entries gens I, L, opts)
)

--------------------------------------------------------
Expand Down

0 comments on commit 78b1482

Please sign in to comment.