Skip to content

Commit 366957c

Browse files
authored
Update src/graph_solve.jl
1 parent 4d85f22 commit 366957c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/graph_solve.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ u (flat state vector)
3636
3737
└─── du (flat derivative vector)
3838
```
39-
40-
# Example
41-
Called internally by ODE solvers:
42-
```julia
43-
prob = ODEProblem(graph_ode!, u0, tspan, p)
44-
sol = solve(prob)
45-
```
4639
"""
4740
#----------------------------------------------------------
4841
function graph_ode!(du,

0 commit comments

Comments
 (0)