Skip to content

Commit 93d7322

Browse files
committed
correct docstring for parallel
1 parent 94bc212 commit 93d7322

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dynamicalsystem/dynamicalsystem.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,14 +495,13 @@ Automatically does `u_modified!(tang_integ, true)`.
495495
function set_deviations! end
496496

497497
"""
498-
parallel_integrator(ds::DynamicalSystem, states; diff_eq_kwargs)
498+
parallel_integrator(ds::DynamicalSystem, states; kwargs...)
499499
Return an integrator object that can be used to evolve many `states` of
500500
a system in parallel at the *exact same times*, using `step!(integ [, Δt])`.
501501
502502
`states` are expected as vectors of vectors.
503503
504504
## Keyword Arguments
505-
* `u0, t0` : Optional different initial state and time.
506505
* `diffeq...` : Keyword arguments propagated into `init` of DifferentialEquations.jl.
507506
See [`trajectory`](@ref) for examples. Only valid for continuous systems.
508507
These keywords can also include `callback` for [event handling](http://docs.juliadiffeq.org/latest/features/callback_functions.html).

0 commit comments

Comments
 (0)