From 59424b8c18a734c1f4af7a71b7cfd173516babe3 Mon Sep 17 00:00:00 2001 From: Adeel Asghar Date: Tue, 6 Oct 2020 12:16:45 +0200 Subject: [PATCH] Fix fmi import errors --- doc/UsersGuide/source/fmitlm.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/UsersGuide/source/fmitlm.rst b/doc/UsersGuide/source/fmitlm.rst index cd33a9f3c2c..c5c69deb97e 100644 --- a/doc/UsersGuide/source/fmitlm.rst +++ b/doc/UsersGuide/source/fmitlm.rst @@ -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)