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@22416 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 23, 2014
1 parent c2e5686 commit fbc604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/ExpressionSolve.mo
Expand Up @@ -606,7 +606,7 @@ algorithm
then (res, asserts);

// if simplify1 fails for simplify f(a)/h(a)
// try to expand
// try to expand
// g(.) + f(.)/h(a) = 0 => g(.)*h(a) + f(.) = 0
case(DAE.BINARY(e1,DAE.ADD(_),
DAE.BINARY(e2,DAE.DIV(_),e3)),DAE.RCONST(real =0.0),DAE.CREF(componentRef = cr),_)
Expand Down

0 comments on commit fbc604a

Please sign in to comment.