Skip to content

Commit

Permalink
- fix coding style
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Oct 12, 2012
1 parent 56c2190 commit 049db2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCodeUtil.mo
Expand Up @@ -2301,7 +2301,7 @@ algorithm
String s;

list<tuple<DAE.ComponentRef,list<DAE.ComponentRef>>> sparsepattern;
list<list<DAE.ComponentRef>> colsColors;
list<list<DAE.ComponentRef>> colsColors;
list<Integer> varsIndexes;
Integer maxColor;

Expand Down

0 comments on commit 049db2e

Please sign in to comment.