Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/tutorials/fmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ We can interpolate the solution object to obtain values at arbitrary time points
just like a normal solution.

```@repl fmi
sol(0.0:0.1:1.0; idxs = sys.mass_a)
sol(0.0:0.1:1.0; idxs = sys.mass__a)
```

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