Skip to content

Commit

Permalink
Find first
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 22, 2015
1 parent a369e43 commit 8549761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Util/Array.mo
Expand Up @@ -95,6 +95,7 @@ algorithm
for e in inArray loop
if inPredicate(e) then
outElement := SOME(e);
break;
end if;
end for;
end findFirstOnTrue;
Expand Down

0 comments on commit 8549761

Please sign in to comment.