Skip to content

Commit 5cbf8a7

Browse files
fix: fix input_timedomain implementation for Differential
1 parent 2906c01 commit 5cbf8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clock.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ has_time_domain(x::Num) = has_time_domain(value(x))
5454
has_time_domain(x) = false
5555

5656
for op in [Differential]
57-
@eval input_timedomain(::$op, arg = nothing) = ContinuousClock()
57+
@eval input_timedomain(::$op, arg = nothing) = (ContinuousClock(),)
5858
@eval output_timedomain(::$op, arg = nothing) = ContinuousClock()
5959
end
6060

0 commit comments

Comments
 (0)