Skip to content

Commit

Permalink
Fix missing ring map.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Sep 13, 2024
1 parent 7268642 commit 046c51f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function pushforward(inc::ProjectiveClosedEmbedding, M::SubquoModule)
G, inc_G = sub(FT, vcat(gT, relT))
Q, inc_Q = sub(G, gens(G)[length(gT)+1:end])
MT = cokernel(inc_Q)
id = hom(MT, M, vcat(gens(M), elem_type(M)[zero(M) for i in 1:length(relT)]); check=false)
id = hom(MT, M, vcat(gens(M), elem_type(M)[zero(M) for i in 1:length(relT)]), S; check=false)
return MT, id
end

Expand Down

0 comments on commit 046c51f

Please sign in to comment.