Skip to content

Commit 7ad97b2

Browse files
Merge pull request #3782 from maysam-gholampour/patch-1
correct `sys.mass_a` to ``sys.mass_a`` in FMU example
2 parents dc54976 + c5f1fea commit 7ad97b2

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)