Skip to content

Commit

Permalink
Update experimental/FTheoryTools/src/auxiliary.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <[email protected]>
  • Loading branch information
lgoettgens and fingolfin committed Sep 27, 2024
1 parent 93491b2 commit 1f14c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/FTheoryTools/src/auxiliary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function _kodaira_type(id::MPolyIdeal{<:MPolyRingElem}, ords::Tuple{Int64, Int64

# Create new ring with auxiliary variable to construct the monodromy polynomial
R = parent(f)
S, (_psi, _old_gens) = polynomial_ring(QQ, [:_psi; symbols(R)]; cached = false)
S, (_psi, _old_gens) = polynomial_ring(QQ, [:_psi], symbols(R); cached = false)
ring_map = hom(R, S, _old_gens)
poly_f = ring_map(f)
poly_g = ring_map(g)
Expand Down

0 comments on commit 1f14c6e

Please sign in to comment.