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.
sampletime
1 parent 031a526 commit e2807f6Copy full SHA for e2807f6
src/clock.jl
@@ -142,7 +142,6 @@ struct SolverStepClock <: AbstractClock
142
end
143
SolverStepClock() = SolverStepClock(nothing)
144
145
-sampletime(c) = nothing
146
Base.hash(c::SolverStepClock, seed::UInt) = seed ⊻ 0x953d7b9a18874b91
147
function Base.:(==)(c1::SolverStepClock, c2::SolverStepClock)
148
((c1.t === nothing || c2.t === nothing) || isequal(c1.t, c2.t))
0 commit comments