We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9312f commit 3cad7b3Copy full SHA for 3cad7b3
ext/ModelingToolkitUnitfulExt.jl
@@ -80,8 +80,6 @@ const t_unitful = let
80
end
81
const D_unitful = MT.Differential(t_unitful)
82
83
-Base.:*(x::Union{MT.Num, Symbolic}, y::Unitful.AbstractQuantity) = x * y
84
-Base.:/(x::Union{MT.Num, Symbolic}, y::Unitful.AbstractQuantity) = x / y
85
86
"""
87
Throw exception on invalid unit types, otherwise return argument.
0 commit comments