Skip to content

Commit

Permalink
- switch evaluateAnnotation on
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12280 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jul 5, 2012
1 parent dbffe8c commit ff050fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/DAEUtil.mo
Expand Up @@ -5628,7 +5628,7 @@ algorithm
elts := List.map1(elts,makeEvaluatedParamFinal,Env.getEvaluatedParams(cache));
d := DAE.DAE(elts);
// Transform if equations to if expression before going into code generation.
//d := evaluateAnnotation(cache,env,d);
d := evaluateAnnotation(cache,env,d);
d := transformIfEqToExpr(d,false);
// Don't even run the function to try and do this; it doesn't work very well
// d := transformDerInline(d);
Expand Down

0 comments on commit ff050fe

Please sign in to comment.