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.
input_timedomain
Differential
1 parent 2906c01 commit 5cbf8a7Copy full SHA for 5cbf8a7
src/clock.jl
@@ -54,7 +54,7 @@ has_time_domain(x::Num) = has_time_domain(value(x))
54
has_time_domain(x) = false
55
56
for op in [Differential]
57
- @eval input_timedomain(::$op, arg = nothing) = ContinuousClock()
+ @eval input_timedomain(::$op, arg = nothing) = (ContinuousClock(),)
58
@eval output_timedomain(::$op, arg = nothing) = ContinuousClock()
59
end
60
0 commit comments