We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96526a9 commit af318ddCopy full SHA for af318dd
src/systems/abstractsystem.jl
@@ -889,8 +889,7 @@ end
889
"""
890
$(TYPEDSIGNATURES)
891
892
-Mark a system as completed. A completed system is assumed to be a
893
-If a system is complete, the system will no longer
+Mark a system as completed. If a system is complete, the system will no longer
894
namespace its subsystems or variables, i.e. `isequal(complete(sys).v.i, v.i)`.
895
896
function complete(sys::AbstractSystem; split = true)
0 commit comments