Skip to content

Commit

Permalink
- Fixed RML compilation.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Jun 19, 2014
1 parent 90d2f88 commit 9d71aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/InstSection.mo
Expand Up @@ -3013,7 +3013,7 @@ protected function checkForConnectInIfBranch
if-equations with non-parameter conditions."
input list<SCode.EEquation> inEquations;
algorithm
_ := List.map_0(inEquations, checkForConnectInIfBranch2);
List.map_0(inEquations, checkForConnectInIfBranch2);
end checkForConnectInIfBranch;

protected function checkForConnectInIfBranch2
Expand Down

0 comments on commit 9d71aea

Please sign in to comment.