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@25583 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Apr 16, 2015
1 parent aa1e97b commit 267c74d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -4077,16 +4077,16 @@ algorithm
norm := BackendVariable.getVarNominalValue(v);
y_norm := Expression.expDiv(y,norm);
(y_norm,_) := ExpressionSimplify.simplify(y_norm);

// lhs
cref := BackendVariable.varCref(tmpv);
lhs := Expression.crefExp(cref);
eqn := BackendDAE.EQUATION(lhs, y_norm, DAE.emptyElementSource, BackendDAE.EQ_ATTR_DEFAULT_DYNAMIC);
//print("\n" + BackendDump.equationString(eqn));

eqns := BackendEquation.addEquation(eqn, eqns);
vars := BackendVariable.addVar(tmpv, vars);

end for;

outDAE := BackendDAE.DAE(osystlst, oshared);
Expand Down

0 comments on commit 267c74d

Please sign in to comment.