Skip to content

Commit c5f1fea

Browse files
correct sys.mass_a to sys.mass_a in FMU example
correct `sys.mass_a` to ``sys.mass_a`` in FMU example
1 parent dc54976 commit c5f1fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/fmi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ We can interpolate the solution object to obtain values at arbitrary time points
8585
just like a normal solution.
8686

8787
```@repl fmi
88-
sol(0.0:0.1:1.0; idxs = sys.mass_a)
88+
sol(0.0:0.1:1.0; idxs = sys.mass__a)
8989
```
9090

9191
FMUs following version 3 of the specification can be simulated with almost the same process. This time,

0 commit comments

Comments
 (0)