Skip to content

Commit 6c42d7f

Browse files
authored
Merge pull request #34 from JuliaControl/reenable_precompile
Re-enable precompilation
2 parents 7c71df1 + 2ebf029 commit 6c42d7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/precompile.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#=
21
sys = [
32
tf(1.90, [1800, 1]) tf(1.90, [1800, 1]);
43
tf(-0.74,[800, 1]) tf(0.74, [800, 1])
@@ -98,5 +97,4 @@ function JE( _ , ŶE, _ )
9897
end
9998
empc = setconstraint!(NonLinMPC(nlmodel, Mwt=[0, 0], Hp=10, Cwt=Inf, Ewt=1, JE=JE), ymin=[45, -Inf])
10099
u = empc()
101-
sim!(empc, 3)
102-
=#
100+
sim!(empc, 3)

0 commit comments

Comments
 (0)