Skip to content

Commit

Permalink
Update src/Rings/AbelianClosure.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
lgoettgens and fingolfin committed Sep 19, 2024
1 parent 7c48143 commit 2811d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rings/AbelianClosure.jl
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ function add!(a::QQAbFieldElem, b::QQAbFieldElem)
end

function neg!(a::QQAbFieldElem)
a.data = mul!(a.data, -1)
a.data = neg!(a.data)
return a
end

Expand Down

0 comments on commit 2811d17

Please sign in to comment.