Skip to content

Commit

Permalink
add some characteristic
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Nov 15, 2024
1 parent 0bd1093 commit 6d5de5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generic/Misc/Localization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ base_ring(L::LocalizedEuclideanRing) = L.base_ring::base_ring_type(L)

parent(a::LocalizedEuclideanRingElem) = a.parent

characteristic(::LocalizedEuclideanRing) = characteristic(base_ring(L))

Check warning on line 116 in src/generic/Misc/Localization.jl

View check run for this annotation

Codecov / codecov/patch

src/generic/Misc/Localization.jl#L116

Added line #L116 was not covered by tests

###############################################################################
#
# Basic manipulation
Expand Down

0 comments on commit 6d5de5b

Please sign in to comment.