Skip to content

Commit

Permalink
- Removed tabs.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12794 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Sep 5, 2012
1 parent d5d90b6 commit 2c00cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/SimCode.mo
Expand Up @@ -7649,8 +7649,8 @@ algorithm
indexes := Expression.subscriptsInt(subscriptLst);
// calculate Place in Array
index := calculateIndex(indexes,dims);
// insert Var in array
oarr := arrayUpdate(iarr,index,SOME(var));
// insert Var in array
oarr := arrayUpdate(iarr,index,SOME(var));
end insertArrayVars;

protected function calculateIndex
Expand Down

0 comments on commit 2c00cc4

Please sign in to comment.