Skip to content

Commit c61dce7

Browse files
authored
Merge pull request #261 from JuliaDynamics/hexaeder-patch-1
fix docstring
2 parents 41c0673 + aaa8fc3 commit c61dce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/NetworkDynamicsMTKExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Additional `kwargs` are the same as for the double-sided EdgeModel MTK construct
103103
EdgeModel(sys::ODESystem, srcin, dstin, dstout; kwargs...) = EdgeModel(sys, srcin, dstin, nothing, dstout; kwargs...)
104104

105105
"""
106-
EdgeModel(sys::ODESystem, srcin, srcout, dstin, dstout;
106+
EdgeModel(sys::ODESystem, srcin, dstin, srcout, dstout;
107107
verbose=false, name=getname(sys), extin=nothing, ff_to_constraint=false, kwargs...)
108108
109109
Create a `EdgeModel` object from a given `ODESystem` created with ModelingToolkit.

0 commit comments

Comments
 (0)