Skip to content

Commit

Permalink
Fix fmi import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Oct 7, 2020
1 parent c884ea8 commit 59424b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/UsersGuide/source/fmitlm.rst
Expand Up @@ -119,6 +119,9 @@ When importing the model into OMEdit, roughly the following commands will be exe
.. omc-mos ::
:erroratend:
loadFile(getInstallationDirectoryPath() + "/share/doc/omc/testmodels/BouncingBall.mo")
translateModelFMU(BouncingBall)
imported_fmu_mo_file:=importFMU("BouncingBall.fmu")
loadFile(imported_fmu_mo_file)
Expand Down

0 comments on commit 59424b8

Please sign in to comment.