Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Fix typo in translateModelFMU command
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2390
  - #930
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Apr 24, 2018
1 parent a39ede2 commit 81d5698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmodelica/fmi/ModelExchange/2.0/BouncingBall.mos
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ equation

end BouncingBallFMI20;
"); getErrorString();
translateModelFMU(BouncingBallFMI20, version = "2.0", fmiType="me_cs"); getErrorString();
translateModelFMU(BouncingBallFMI20, version = "2.0", fmuType="me_cs"); getErrorString();
importFMU("BouncingBallFMI20.fmu"); getErrorString();
loadFile("BouncingBallFMI20_me_FMU.mo"); getErrorString();
simulate(BouncingBallFMI20_me_FMU, stopTime=3.0); getErrorString();
Expand Down

0 comments on commit 81d5698

Please sign in to comment.