We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e3b65 commit c6ae9c7Copy full SHA for c6ae9c7
README.md
@@ -54,7 +54,7 @@ generated code via:
54
55
```julia
56
using MacroTools
57
-myode_oop = generate_function(de, [x,y,z], [σ,ρ,β])[2] # first one is the out-of-place function
+myode_oop = generate_function(de, [x,y,z], [σ,ρ,β])[1] # first one is the out-of-place function
58
MacroTools.striplines(myode_oop) # print without line numbers
59
60
#=
0 commit comments