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 8076f59 commit 4d2af81Copy full SHA for 4d2af81
src/clock.jl
@@ -15,7 +15,7 @@ end
15
@derive Clocks[Show, Hash, Eq]
16
17
# for backwards compatibility
18
-const TimeDomain = Clocks.Type
+const TimeDomain = AbstractClock
19
using .Clocks: ContinuousClock, PeriodicClock, SolverStepClock, EventClock
20
const Continuous = ContinuousClock()
21
(clock::TimeDomain)() = clock
0 commit comments