Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove global Flint* objects #1935

Merged
merged 4 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/Exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,6 @@ export FlintPuiseuxSeriesField
export FlintPuiseuxSeriesFieldElem
export FlintPuiseuxSeriesRing
export FlintPuiseuxSeriesRingElem
export FlintQQ
export FlintQQi
export FlintZZ
export FlintZZi
export flog
export floor
export fmma!
Expand Down
15 changes: 0 additions & 15 deletions src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -557,21 +557,6 @@ const _ecm_nC = Int[25, 90, 300, 700, 1800, 5100, 10600, 19300, 49000, 124000, 2
const _ecm_B1s = Vector{Int}[_ecm_B1]
const _ecm_nCs = Vector{Int}[_ecm_nC]

###############################################################################
#
# Set domain for ZZ, QQ to Flint
#
###############################################################################

@doc zz_ring_doc
const FlintZZ = ZZ

@doc qq_field_doc
const FlintQQ = QQ

const FlintZZi = ZZi

const FlintQQi = QQi

###############################################################################
#
Expand Down
Loading