Skip to content

Commit

Permalink
-fix BackendInline.inlineWhenEq
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun committed Aug 17, 2015
1 parent afb23b0 commit 92eaf4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/BackEnd/BackendInline.mo
Expand Up @@ -346,6 +346,7 @@ algorithm
oelsewe = SOME(elsewe);
else
oelsewe = NONE();
b3 = false;
end if;
then (BackendDAE.WHEN_STMTS(cond, whenStmtLst, oelsewe), source, b1 or b2 or b3);

Expand Down

0 comments on commit 92eaf4a

Please sign in to comment.