Skip to content

Commit 84793a1

Browse files
authored
Update continuous.jl
1 parent f60d6eb commit 84793a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blocks/continuous.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ See also [`LimPI`](@ref)
206206
@components begin
207207
err_input = RealInput() # control error
208208
ctr_output = RealOutput() # control signal
209-
gainPI = Gain(; k = 1.0)
209+
gainPI = Gain(; k)
210210
addPI = Add()
211211
int = Integrator(k = 1 / T, x = 0.0)
212212
end

0 commit comments

Comments
 (0)