Skip to content

Commit

Permalink
- another try to check what breaks when setting partial function eval…
Browse files Browse the repository at this point in the history
…uation as default (is going to be reverted)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20574 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed May 13, 2014
1 parent 47142e8 commit f1b62de
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 f1b62de

Please sign in to comment.