Skip to content

Commit 4d2af81

Browse files
BenChungAayushSabharwal
authored andcommitted
Change TimeDomain to incude user-provided clocks
1 parent 8076f59 commit 4d2af81

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
@@ -15,7 +15,7 @@ end
1515
@derive Clocks[Show, Hash, Eq]
1616

1717
# for backwards compatibility
18-
const TimeDomain = Clocks.Type
18+
const TimeDomain = AbstractClock
1919
using .Clocks: ContinuousClock, PeriodicClock, SolverStepClock, EventClock
2020
const Continuous = ContinuousClock()
2121
(clock::TimeDomain)() = clock

0 commit comments

Comments
 (0)