File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1520,7 +1520,7 @@ $(TYPEDSIGNATURES)
1520
1520
Get the default values of the system sys and its subsystems.
1521
1521
If they are not explicitly provided, variables and parameters are initialized to these values.
1522
1522
1523
- See also [`initialization_equations`](@ref), [`parameter_dependencies`](@ref) and [`ModelingToolkit.get_defaults`](@ref).
1523
+ See also [`initialization_equations`](@ref) and [`ModelingToolkit.get_defaults`](@ref).
1524
1524
"""
1525
1525
function defaults (sys:: AbstractSystem )
1526
1526
systems = get_systems (sys)
@@ -1723,7 +1723,7 @@ $(TYPEDSIGNATURES)
1723
1723
1724
1724
Get the initialization equations of the system `sys` and its subsystems.
1725
1725
1726
- See also [`guesses`](@ref), [`defaults`](@ref), [`parameter_dependencies`](@ref) and [`ModelingToolkit.get_initialization_eqs`](@ref).
1726
+ See also [`guesses`](@ref), [`defaults`](@ref) and [`ModelingToolkit.get_initialization_eqs`](@ref).
1727
1727
"""
1728
1728
function initialization_equations (sys:: AbstractSystem )
1729
1729
eqs = get_initialization_eqs (sys)
You can’t perform that action at this time.
0 commit comments