Skip to content

Commit 4dd683c

Browse files
committed
Fix typo
1 parent 9510135 commit 4dd683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/IntervalArithmeticLinearAlgebraExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ for (T, S) ∈ ((:(Complex{<:Interval}), :Interval), (:(Complex{<:Interval}), :A
401401
end
402402

403403
function __mul(A::AbstractMatrix{T}, B::AbstractVecOrMat{S}) where {T,S}
404-
NewType = float(promote_numtype(T, S))
404+
NewType = float(IntervalArithmetic.promote_numtype(T, S))
405405
return __mul(interval.(NewType, A), interval.(NewType, B))
406406
end
407407

0 commit comments

Comments
 (0)