Skip to content

Commit

Permalink
Update src/types/TransferFunction.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
albheim authored May 16, 2021
1 parent dc422e8 commit 1c3cbb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/TransferFunction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ end

noutputs(G::TransferFunction) = size(G.matrix, 1)
ninputs(G::TransferFunction) = size(G.matrix, 2)
nstates(G::TransferFunction) = length(pole(G)) # Does not work for MIMO

#####################################################################
## Misc. Functions ##
Expand Down

0 comments on commit 1c3cbb7

Please sign in to comment.