Skip to content

Commit

Permalink
added CoefficientRing option to toric blowup
Browse files Browse the repository at this point in the history
  • Loading branch information
Devlin-Mallory authored and mahrud committed Aug 29, 2024
1 parent 5db7db6 commit 0f6ae45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ toricBlowup (List, NormalToricVariety, List) := NormalToricVariety => (s, X, v)
if all (s, i -> member (i,t)) then continue
else t | {n}
);
Z := normalToricVariety (rays X | {v}, coneList | coneList');
Z := normalToricVariety (rays X | {v}, coneList | coneList', CoefficientRing => X.cache.CoefficientRing);
Z.cache.toricBlowup = X;
Z
);
Expand Down

0 comments on commit 0f6ae45

Please sign in to comment.