Skip to content

Commit fcef672

Browse files
committed
simplify
1 parent 192f893 commit fcef672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/umfpack.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ Base.copy(F::T, ws=UmfpackWS(F)) where {T <: ATLU} =
234234

235235
if VERSION < v"1.10-"
236236
Base.adjoint(F::GBUmfpackLU) = Adjoint(F)
237-
Base.transpose(F::GBUmfpackLU) = Transpose(F)
238237
end
238+
Base.transpose(F::GBUmfpackLU) = TransposeFact(F)
239239

240240
function Base.lock(f::Function, F::GBUmfpackLU)
241241
lock(F)

0 commit comments

Comments
 (0)