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@25520 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Apr 13, 2015
1 parent e4b05e7 commit 4e56867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/ResolveLoops.mo
Expand Up @@ -2417,7 +2417,7 @@ algorithm
//update b
for j in 1:m loop
arrayUpdate(cA,j, arrayGet(b,iter-1 + j));
end for;
end for;

h2 := Expression.makeScalarProduct(v, cA);
h2 := Expression.expDiv(h2, h);
Expand Down

0 comments on commit 4e56867

Please sign in to comment.