From 9bf2080e08d54195080805f0f4f03def4c4f43f6 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Tue, 22 Aug 2017 15:39:54 +0200 Subject: [PATCH] Turn off precompilation --- src/LabProcesses.jl | 2 +- src/controllers.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LabProcesses.jl b/src/LabProcesses.jl index e7cc583..028f96e 100644 --- a/src/LabProcesses.jl +++ b/src/LabProcesses.jl @@ -1,4 +1,4 @@ -__precompile__() +# __precompile__() module LabProcesses diff --git a/src/controllers.jl b/src/controllers.jl index 1e5f2fa..524bcaa 100644 --- a/src/controllers.jl +++ b/src/controllers.jl @@ -1,7 +1,7 @@ export run_control_2DOF """ - y,u,r = run_control(process, sysFB[, sysFF]; duration = 10, reference(t) = sign(sin(2π*t))) + y,u,r = run_control_2DOF(process, sysFB[, sysFF]; duration = 10, reference(t) = sign(sin(2π*t))) Perform control experiemnt on process where the feedback and feedforward controllers are given by `sysFB` and `sysFF`, both of type `StateSpace`. -- GitLab