Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20501 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed May 8, 2014
1 parent 527a784 commit 3b0c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/EvaluateFunctions.mo
Expand Up @@ -373,7 +373,7 @@ algorithm
Debug.bcall1(Flags.isSet(Flags.EVAL_FUNC_DUMP) and hasAssert and funcIsConst,print,"the function output is completely constant but there is an assert\n");
funcIsConst = Util.if_(hasAssert and funcIsConst,false,funcIsConst);
funcIsPartConst = Util.if_(hasAssert and funcIsConst,true,funcIsPartConst);

true = funcIsPartConst or funcIsConst;

// build the new lhs, the new statements for the function, the constant parts...
Expand Down

0 comments on commit 3b0c613

Please sign in to comment.