Skip to content

Commit

Permalink
- reverted function evaluation, updated testsuite
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20476 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed May 8, 2014
1 parent 4761dee commit 54312b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/EvaluateFunctions.mo
Expand Up @@ -102,7 +102,7 @@ algorithm
BackendDAE.Shared shared;
case(_)
equation
//true = Flags.isSet(Flags.EVALUATE_CONST_FUNCTIONS);
true = Flags.isSet(Flags.EVALUATE_CONST_FUNCTIONS);
BackendDAE.DAE(eqs = eqSysts,shared = shared) = inDAE;
(eqSysts,(shared,_)) = List.mapFold(eqSysts,evalFunctions_main,(shared,1));
//shared = evaluateShared(shared);
Expand Down

0 comments on commit 54312b8

Please sign in to comment.