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@14472 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Dec 19, 2012
1 parent 0098eae commit a8d138f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Compiler/Template/SimCodeTV.mo
Expand Up @@ -271,12 +271,12 @@ package SimCode
DAE.Exp exp;
DAE.ElementSource source;
end SES_ARRAY_CALL_ASSIGN;
record SES_IFEQUATION
Integer index;
list<tuple<DAE.Exp,list<SimEqSystem>>> ifbranches;
list<SimEqSystem> elsebranch;
DAE.ElementSource source;
end SES_IFEQUATION;
record SES_IFEQUATION
Integer index;
list<tuple<DAE.Exp,list<SimEqSystem>>> ifbranches;
list<SimEqSystem> elsebranch;
DAE.ElementSource source;
end SES_IFEQUATION;
record SES_ALGORITHM
Integer index;
list<DAE.Statement> statements;
Expand Down

0 comments on commit a8d138f

Please sign in to comment.