Skip to content

Commit eafc27f

Browse files
cosmetics
1 parent 40a7bf2 commit eafc27f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/differential_fields.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ end
162162

163163
function (D::AlgebraicExtensionDerivation)(f::AbstractAlgebra.ResFieldElem{P}) where {T<:FieldElement, P<:PolyElem{T}}
164164
iscompatible(f, D) || error("f not in domain of D")
165-
E = parent(f)
166-
map_coefficients(derivative, data(f))(y) + derivative(data(f))(y)*D.dy
165+
map_coefficients(derivative, data(f)) + derivative(data(f))*D.dy
167166
end
168167

169168
BaseDerivation(D::AlgebraicExtensionDerivation) = D.D

0 commit comments

Comments
 (0)