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.
2 parents dc54976 + c5f1fea commit 7ad97b2Copy full SHA for 7ad97b2
docs/src/tutorials/fmi.md
@@ -85,7 +85,7 @@ We can interpolate the solution object to obtain values at arbitrary time points
85
just like a normal solution.
86
87
```@repl fmi
88
-sol(0.0:0.1:1.0; idxs = sys.mass_a)
+sol(0.0:0.1:1.0; idxs = sys.mass__a)
89
```
90
91
FMUs following version 3 of the specification can be simulated with almost the same process. This time,
0 commit comments