Skip to content

Commit 7f62624

Browse files
committed
idem
1 parent b1d484e commit 7f62624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sim_model.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ julia> model = LinModel(tf(6, [10, 1]), 2.0);
116116
julia> u = [1]; x = initstate!(model, u); y = round.(evaloutput(model), digits=3)
117117
1-element Vector{Float64}:
118118
6.0
119+
119120
julia> x ≈ updatestate!(model, u)
120121
true
121122
```

0 commit comments

Comments
 (0)