Skip to content

Commit

Permalink
- no more tabs please.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13933 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 16, 2012
1 parent 6b899c3 commit 234451a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Compiler/Template/CodegenAdevs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1028,11 +1028,11 @@ case SES_LINEAR(__) then
for (int i = 0; i < <%size%>; i++)
{
for (int j = 0; j <%size%>; j++)
{
<%aname%>[i][j] = 0.0;
}
<%pname%>[i] = i;
<%bname%>[i] = 0.0;
{
<%aname%>[i][j] = 0.0;
}
<%pname%>[i] = i;
<%bname%>[i] = 0.0;
}
<%simJac |> (row, col, eq as SES_RESIDUAL(__)) =>
let &preExp = buffer "" /*BUFD*/
Expand Down

0 comments on commit 234451a

Please sign in to comment.