M2
M2 copied to clipboard
add CoefficientRing to smoothFanoVariety(d,0)
In NormalToricVarieties, smoothFanoToricVariety(d,i) took a CoefficientRing option, which was previously erroneously ignored when i = 0 (i.e., for P^d). This just adds CoefficientRing => opts.CoefficientRing in that case.
Why not also pass the variable option? You can just pass opts which includes both.
Why not also pass the variable option? You can just pass
optswhich includes both.
Ah, good call - added that now.