Skip to content

Commit

Permalink
Small fix to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Aug 31, 2024
1 parent de69d93 commit 986fffb
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/simulator/simulator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,15 @@ end
simulate(sim::JutulSimulator, timesteps::AbstractVector; kwarg...) = simulate!(sim, timesteps; kwarg...)

"""
simulate!(sim::JutulSimulator, timesteps::AbstractVector; forces = nothing,
config = nothing,
initialize = true,
restart = nothing,
state0 = nothing,
parameters = nothing,
kwarg...)
simulate!(sim::JutulSimulator, timesteps::AbstractVector;
forces = nothing,
config = nothing,
initialize = true,
restart = nothing,
state0 = nothing,
parameters = nothing,
kwarg...
)
Non-allocating (or perhaps less allocating) version of [`simulate!`](@ref).
Expand Down

0 comments on commit 986fffb

Please sign in to comment.