Skip to content

Commit 3cad7b3

Browse files
Update ext/ModelingToolkitUnitfulExt.jl
1 parent ae9312f commit 3cad7b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/ModelingToolkitUnitfulExt.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ const t_unitful = let
8080
end
8181
const D_unitful = MT.Differential(t_unitful)
8282

83-
Base.:*(x::Union{MT.Num, Symbolic}, y::Unitful.AbstractQuantity) = x * y
84-
Base.:/(x::Union{MT.Num, Symbolic}, y::Unitful.AbstractQuantity) = x / y
8583

8684
"""
8785
Throw exception on invalid unit types, otherwise return argument.

0 commit comments

Comments
 (0)