Skip to content

Commit 0fde9bd

Browse files
committed
doc: correct jldoctest
1 parent e9579de commit 0fde9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/nonlinmodel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ julia> f!(ẋ, x, u, _ , p) = (ẋ .= p*x .+ u; nothing);
103103
julia> h!(y, x, _ , _ ) = (y .= 0.1x; nothing);
104104
105105
julia> model1 = NonLinModel(f!, h!, 5.0, 1, 1, 1, p=-0.2) # continuous dynamics
106-
NonLinModel with a sample time Ts = 5.0 s, RungeKutta solver and:
106+
NonLinModel with a sample time Ts = 5.0 s, RungeKutta(4) solver and:
107107
1 manipulated inputs u
108108
1 states x
109109
1 outputs y

0 commit comments

Comments
 (0)