Skip to content

Commit

Permalink
Seconds typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Oct 12, 2023
1 parent 77ed7e3 commit b5cb579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function Simulate(o::OperationRequest)
end

function get_callback(o::OperationRequest, ::Type{Simulate})
DiscreteCallback((args...) -> true, IntermediateResults(o.id,every = Dates.Seconds(0)),
DiscreteCallback((args...) -> true, IntermediateResults(o.id,every = Dates.Second(0)),
save_positions = (false,false))
end

Expand Down

0 comments on commit b5cb579

Please sign in to comment.