Skip to content

Commit

Permalink
- disable partial function evaluations with +d=evalConstFuncs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed May 16, 2014
1 parent e2f4835 commit 53c00b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/EvaluateFunctions.mo
Expand Up @@ -101,7 +101,7 @@ algorithm
BackendDAE.Shared shared;
case(_)
equation
//true = Flags.isSet(Flags.EVALUATE_CONST_FUNCTIONS);
false = 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 53c00b5

Please sign in to comment.