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@23912 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Dec 28, 2014
1 parent b363c87 commit 744bd1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/BackEnd/ExpressionSolve.mo
Expand Up @@ -166,7 +166,7 @@ algorithm
BackendDAE.SHARED(functionTree = funcs) := shared;
tmpvars := iNewVars;
try
//TODO:
//TODO:
//(e, asserts, solveEqns, solveCr) := ExpressionSolve.solve2(e1, e2, varexp, SOME(funcs), SOME(eindex));
(e, asserts, solveEqns, solveCr) := ExpressionSolve.solve2(e1, e2, varexp, SOME(funcs), NONE());
if List.isEmpty(solveEqns) then
Expand All @@ -182,7 +182,7 @@ algorithm
try
(varexp, e, solveEqns, solveCr, _) := preprocessingSolve(e1, e2, varexp, SOME(funcs), NONE(), 0);
true := List.isEmpty(solveEqns);
eqn_ := BackendDAE.EQUATION(varexp, e, source, attr);
eqn_ := BackendDAE.EQUATION(varexp, e, source, attr);
else
eqn_ := eqn_;
end try;
Expand Down Expand Up @@ -231,7 +231,7 @@ algorithm

alg_ := DAE.ALGORITHM_STMTS(statementLst=statementLst);
alg := BackendDAE.ALGORITHM(len,
alg_,
alg_,
source, expand, attr);

end eqnLst2Alg;
Expand Down

0 comments on commit 744bd1c

Please sign in to comment.