Skip to content

Commit af84e4d

Browse files
thofmaaaruni96
authored andcommitted
fix: adjust to upcoming Hecke changes (#4730)
(cherry picked from commit a7a5a93) Signed-off-by: Aaruni Kaushik <aaruni@edufor.me>
1 parent 9e60083 commit af84e4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

experimental/GaloisGrp/src/Subfields.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ using Oscar.GaloisGrp
55
import Oscar.GaloisGrp: POSet, POSetElem, GaloisCtx, find_prime,
66
primitive_by_shape, bound_to_precision
77

8+
if isdefined(Oscar, :subfield)
9+
import Oscar: subfield
10+
end
11+
812

913
function embedding_hom(k, K)
1014
return MapFromFunc(k, K, K)

0 commit comments

Comments
 (0)