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@21777 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Aug 6, 2014
1 parent 57ef971 commit 2f6a8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/ExpressionSimplify.mo
Expand Up @@ -3994,7 +3994,7 @@ algorithm
false = Expression.isZero(e2);
then res;

// exp / r = (1/r)*exp
// exp / r = (1/r)*exp
case(_, DAE.DIV(ty=tp), e1, DAE.RCONST(real=r1), _, _)
equation
true = realAbs(r1) >. 0.0;
Expand Down

0 comments on commit 2f6a8ed

Please sign in to comment.