Skip to content

Commit

Permalink
Removing edge function call
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
fbergero committed Jul 19, 2011
1 parent d6435e2 commit e78392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/susan_codegen/SimCode/SimCodeQSS.tpl
Expand Up @@ -488,7 +488,7 @@ template functionPreWhenCondition (list<tuple<DAE.Exp, Integer>> conditions, Tex
let &preExp += <<localData->helpVars[<%hvar%>] = <% helpInit %>;

>>
'edge(localData->helpVars[<%hvar%>])'
'localData->helpVars[<%hvar%>] && !localData->helpVars_saved[<%hvar%>] /* edge */'
;separator=" || ")
end functionPreWhenCondition;

Expand Down

0 comments on commit e78392f

Please sign in to comment.