Skip to content

Commit

Permalink
Remove deprecated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Apr 18, 2024
1 parent ea96c9e commit 527bcdf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions experimental/Schemes/elliptic_surface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2088,18 +2088,6 @@ function _pushforward_lattice_along_isomorphism(step::MorphismFromRationalFuncti

result[D] = WeilDivisor(Y, co_ring, IdDict{AbsIdealSheaf, elem_type(co_ring)}(res::AbsIdealSheaf => one(co_ring)); check=false)
end
# else
# # "pushforward of a section"

# I = first(components(D))
# loc_map, dom_chart, cod_chart = _prepare_pushforward_prime_divisor(step, I, codomain_charts = [weierstrass_chart_on_minimal_model(Y)])
# loc_map === nothing && error("preparation for pushforward did not succeed")
# K = _local_pushforward(loc_map, I(domain(loc_map)))
# JJ = ideal(OO(cod_chart), gens(K))
# res = PrimeIdealSheafFromChart(Y, cod_chart, JJ)

# result[D] = WeilDivisor(Y, co_ring, IdDict{AbsIdealSheaf, elem_type(co_ring)}(res::AbsIdealSheaf => one(co_ring)); check=false)
# end
end

res = WeilDivisor[result[D] for D in lat_X]
Expand Down

0 comments on commit 527bcdf

Please sign in to comment.