Skip to content

Commit

Permalink
Remove ancient references to FlintFiniteField
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Apr 17, 2024
1 parent 54628fd commit ba5f1d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmarks/minpoly_finite_field.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function benchmark_minpoly_finite_field()
print("benchmark_minpoly_finite_field ... ")

F, s = FlintFiniteField(103, 2, "s")
F, s = finite_field(103, 2, "s")

M = matrix_space(F, 80, 80)()

Expand Down
3 changes: 1 addition & 2 deletions src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -564,13 +564,12 @@ const _ecm_nCs = Vector{Int}[_ecm_nC]

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

const FlintZZ = ZZ
const FlintQQ = QQ
#const FiniteField = FlintFiniteField

###############################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion src/flint/fq_default.jl
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ end

###############################################################################
#
# FlintFiniteField constructor
# FqField constructor
#
###############################################################################

Expand Down

0 comments on commit ba5f1d5

Please sign in to comment.