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.
2 parents 00c4070 + a15b0c0 commit 063224dCopy full SHA for 063224d
src/clock.jl
@@ -13,6 +13,8 @@ using Expronicon.ADT: variant_type, @adt, @match
13
SolverStepClock
14
end
15
16
+(clock::TimeDomain)() = clock
17
+
18
Base.Broadcast.broadcastable(d::TimeDomain) = Ref(d)
19
20
const DiscriminatorType = typeof(variant_type(Continuous))
0 commit comments