Skip to content

Commit 0cd40e3

Browse files
committed
doc: remove stuff that no longer applies
1 parent b9900d6 commit 0cd40e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/sim_model.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,8 @@ detailstr(model::SimModel) = ""
189189
190190
Init `model.x0` with manipulated inputs `u` and meas. dist. `d` steady-state and reset time.
191191
192-
The method resets the discrete time step `model.k` at `0` and tries to initialize the model
193-
state ``\mathbf{x}`` at steady-state. It removes the operating points on `u` and `d` and
194-
calls [`steadystate!`](@ref):
192+
The method tries to initialize the model state ``\mathbf{x}`` at steady-state. It removes
193+
the operating points on `u` and `d` and calls [`steadystate!`](@ref):
195194
196195
- If `model` is a [`LinModel`](@ref), the method computes the steady-state of current
197196
inputs `u` and measured disturbances `d`.
@@ -237,7 +236,6 @@ end
237236
Update `model.x0` states with current inputs `u` and meas. dist. `d` for the next time step.
238237
239238
The method computes and returns the model state for the next time step ``\mathbf{x}(k+1)``.
240-
It also increment the discrete time step `model.k` by `1`.
241239
242240
# Examples
243241
```jldoctest

0 commit comments

Comments
 (0)