Skip to content

Commit

Permalink
fix coordinates to return graded polys (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
fieker committed Jun 18, 2021
1 parent 7c53510 commit 8bccde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/FreeModules-graded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ function coordinates(a::FreeModuleElem_dec, SQ::SubQuo_dec)
Sx = base_ring(SQ)
Rx = Sx.R
R = base_ring(Rx)
return sparse_row(Rx, s[1], 1:ngens(SQ))
return sparse_row(Sx, s[1], 1:ngens(SQ))
end


Expand Down

0 comments on commit 8bccde9

Please sign in to comment.