Skip to content

Commit 9e065cc

Browse files
change structural_simplify to ode_order_lowering
It could be that it should be the other way around, please verify.
1 parent 1e2e666 commit 9e065cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Now let's transform this into the `ODESystem` of first order components.
3434
We do this by simply calling `ode_order_lowering`:
3535

3636
```@example orderlowering
37-
sys = structural_simplify(sys)
37+
sys = ode_order_lowering(sys)
3838
```
3939

4040
Now we can directly numerically solve the lowered system. Note that,

0 commit comments

Comments
 (0)