Skip to content

Commit fa55616

Browse files
committed
add kwargs...
1 parent 626178e commit fa55616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/root_locus.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ControlSystemsBase.RootLocusResult
33
@userplot Rlocusplot
44

55

6-
function getpoles(G, K::Number)
6+
function getpoles(G, K::Number; kwargs...)
77
issiso(G) || error("root locus only supports SISO systems")
88
G isa TransferFunction || (G = tf(G))
99
P = numpoly(G)[]

0 commit comments

Comments
 (0)