Skip to content

Commit

Permalink
- fix for var replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Jun 15, 2015
1 parent 96c3492 commit 3a00a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendVarTransform.mo
Expand Up @@ -1129,7 +1129,7 @@ algorithm
DAE.PARTEVALFUNCTION(path=path,expList = expl_1) = e1_1;
expl = listAppend(expl_1,expl);
end if;
(expl_1,_) = replaceExpList(expl, repl, cond, {}, false);
(expl_1,true) = replaceExpList(expl, repl, cond, {}, false);
then
(DAE.CALL(path,expl_1,attr),true);
case ((e as DAE.PARTEVALFUNCTION(path,expl,tp,t)),repl,cond)
Expand Down

0 comments on commit 3a00a42

Please sign in to comment.