Skip to content

Commit 710b5c2

Browse files
authored
Merge pull request #963 from CasBex/improve_docstring
Extend docstring
2 parents 4c404ef + 801e4c8 commit 710b5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ControlSystemsBase/src/types/StateSpace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ HeteroStateSpace(sys::LTISystem) = convert(HeteroStateSpace, sys)
214214
"""
215215
A, B, C, D = ssdata(sys)
216216
217-
A destructor that outputs the statespace matrices.
217+
Outputs the statespace matrices of sys. The matrices are not copies: no new memory is allocated, but modifying the matrices in-place will change the behavior of sys.
218218
"""
219219
ssdata(sys) = sys.A, sys.B, sys.C, sys.D
220220

0 commit comments

Comments
 (0)