Skip to content

Commit e78392f

Browse files
committed
Removing edge function call
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent d6435e2 commit e78392f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/susan_codegen/SimCode/SimCodeQSS.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ template functionPreWhenCondition (list<tuple<DAE.Exp, Integer>> conditions, Tex
488488
let &preExp += <<localData->helpVars[<%hvar%>] = <% helpInit %>;
489489

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

0 commit comments

Comments
 (0)