Skip to content

Commit d1cefe9

Browse files
authored
Update tutorial-flow.md
1 parent 2b34acf commit d1cefe9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/src/tutorial-flow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ $\dot{z}(t) = \vec{\mathbf{H}}(z(t))$.
106106

107107
```@example main
108108
using OrdinaryDiffEq
109-
110109
f = Flow(ocp, u)
111110
nothing # hide
112111
```
@@ -133,7 +132,6 @@ with the function `solve`. See for instance the [basic example](@ref tutorial-ba
133132

134133
```@example main
135134
using Plots
136-
137135
plot(sol)
138136
```
139137

0 commit comments

Comments
 (0)