Skip to content

Commit

Permalink
Update src/flint/fmpq.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Göttgens <[email protected]>
  • Loading branch information
fingolfin and lgoettgens authored Sep 25, 2024
1 parent b83477f commit a2b7449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flint/fmpq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function cmp(a::QQFieldElemOrPtr, b::QQFieldElemOrPtr)
end

function cmp(a::QQFieldElemOrPtr, b::ZZRingElemOrPtr)
@ccall libflint.fmpq_cmp_fmpz(a::Ref{QQFieldElem}, b::Ref{QQFieldElem})::Cint
@ccall libflint.fmpq_cmp_fmpz(a::Ref{QQFieldElem}, b::Ref{ZZRingElem})::Cint
end

function cmp(a::QQFieldElemOrPtr, b::Int)
Expand Down

0 comments on commit a2b7449

Please sign in to comment.