Skip to content

Commit 56ec622

Browse files
Update src/systems/abstractsystem.jl
Co-authored-by: Aayush Sabharwal <aayush.sabharwal@gmail.com>
1 parent be8d20d commit 56ec622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/abstractsystem.jl

-1
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,6 @@ $(TYPEDSIGNATURES)
13311331
Get the parameters of the system `sys` and its subsystems.
13321332
13331333
See also [`@parameters`](@ref) and [`ModelingToolkit.get_ps`](@ref).
1334-
13351334
"""
13361335
function parameters(sys::AbstractSystem; initial_parameters = false)
13371336
ps = get_ps(sys)

0 commit comments

Comments
 (0)