Skip to content

Commit ca561db

Browse files
committed
remove broken link
1 parent 2119bee commit ca561db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/NetworkDynamicsSparsityExt.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ set_jac_prototype!(nw; jac_prototype) # attach pattern to network
5656
prob = ODEProblem(nw, x0, (0.0, 1.0), p0) # uses jac prototype from network
5757
sol = solve(prob, Rodas5P())
5858
```
59-
60-
See also: [`set_jac_prototype!`](@ref)
6159
"""
6260
function NetworkDynamics.get_jac_prototype(nw::Network; dense=false, remove_conditions=false, check=true)
6361
nw_original = nw

0 commit comments

Comments
 (0)