Skip to content

Commit

Permalink
Recommit r17828. Updated expected outputs.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
mahge committed Oct 23, 2013
1 parent 265931a commit 386ceb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/Expression.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6971,7 +6971,7 @@ algorithm
// traverse all expressions. It is not needed (I think) and it
// is expensive because success here means exps will be elaborated
// again by InstSecion.condenseArrayEquation for no apparent use .
// /*
/*
// partial evaluation functions
case (DAE.PARTEVALFUNCTION(path = _, expList = elst)) // stefan
equation
Expand Down Expand Up @@ -7115,7 +7115,7 @@ algorithm
true = containFunctioncall(e2);
then
true;
// */
*/
// anything else
case (_) then false;

Expand Down

0 comments on commit 386ceb9

Please sign in to comment.