Skip to content

Commit

Permalink
- fix rml-bug
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 5, 2012
1 parent 2526304 commit 48c4871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/FMI.mo
Expand Up @@ -341,7 +341,7 @@ public function getFMIType
input Info inFMIInfo;
output String fmiType;
algorithm
fmiModelIdentifier := match(inFMIInfo)
fmiType := match(inFMIInfo)
case (INFO(fmiType = 0)) then "me";
case (INFO(fmiType = 1)) then "cs_st";
case (INFO(fmiType = 2)) then "cs_t";
Expand Down

0 comments on commit 48c4871

Please sign in to comment.