Skip to content

Commit

Permalink
- Disable simplify after elaborating reductions
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 6, 2011
1 parent f647c6a commit a3b28a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/FrontEnd/Static.mo
Expand Up @@ -468,7 +468,6 @@ algorithm
equation
(cache,e_1,prop,st_1) = elabCallReduction(cache,env, fn, e, iterators, impl, st,doVect,pre,info);
c = Types.propAllConst(prop);
e_1 = ExpressionSimplify.simplify(e_1);
then
(cache,e_1,prop,st_1);

Expand Down

0 comments on commit a3b28a1

Please sign in to comment.