Skip to content

Commit 98fcad0

Browse files
Merge branch 'master' into hg/feature/varfuns
2 parents d9fb298 + 28f75f1 commit 98fcad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ generate_function(de, [x,y,z], [σ,ρ,β])
7070
and get the generated function via:
7171
7272
```julia
73-
f = ODEFunction(de)
73+
f = ODEFunction(de, [x,y,z], [σ,ρ,β])
7474
```
7575
7676
### Example: Nonlinear System

0 commit comments

Comments
 (0)