Skip to content

Commit

Permalink
Static analysis
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 21, 2015
1 parent 7c61922 commit dd529a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Expression.mo
Expand Up @@ -6009,7 +6009,7 @@ public function expHasCrefsNoPreOrStart "
returns true if the expression contains one cref from the list, but not in pre(),change(),edge(),start(), delay()"
input DAE.Exp inExp;
input list<DAE.ComponentRef> inCr;
output Boolean hasCref;
output Boolean hasCref := false;
algorithm
for cr in inCr loop
(_,(_,hasCref)) := traverseExpTopDown(inExp, traversingexpHasCrefNoPreOrStart, (cr,false));
Expand Down

0 comments on commit dd529a9

Please sign in to comment.