Skip to content

Commit

Permalink
- fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15157 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Feb 12, 2013
1 parent 2c85ce1 commit b0e1ac5
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions Compiler/Template/SimCodeTV.mo
Original file line number Diff line number Diff line change
Expand Up @@ -284,31 +284,31 @@ package SimCode
list<DAE.Statement> statements;
end SES_ALGORITHM;

record SES_LINEAR
Integer index;
Boolean partOfMixed;
list<SimVar> vars;
list<DAE.Exp> beqs;
list<tuple<Integer, Integer, SimEqSystem>> simJac;
Integer indexLinearSystem;
end SES_LINEAR;
record SES_NONLINEAR
Integer index;
list<SimEqSystem> eqs;
list<DAE.ComponentRef> crefs;
Integer indexNonLinearSystem;
Option<JacobianMatrix> jacobianMatrix;
Boolean linearTearing;
end SES_NONLINEAR;
record SES_MIXED
Integer index;
SimEqSystem cont;
list<SimVar> discVars;
list<SimEqSystem> discEqs;
Integer indexHybridSystem;
end SES_MIXED;
record SES_LINEAR
Integer index;
Boolean partOfMixed;
list<SimVar> vars;
list<DAE.Exp> beqs;
list<tuple<Integer, Integer, SimEqSystem>> simJac;
Integer indexLinearSystem;
end SES_LINEAR;
record SES_NONLINEAR
Integer index;
list<SimEqSystem> eqs;
list<DAE.ComponentRef> crefs;
Integer indexNonLinearSystem;
Option<JacobianMatrix> jacobianMatrix;
Boolean linearTearing;
end SES_NONLINEAR;
record SES_MIXED
Integer index;
SimEqSystem cont;
list<SimVar> discVars;
list<SimEqSystem> discEqs;
Integer indexHybridSystem;
end SES_MIXED;

record SES_WHEN
Integer index;
Expand Down Expand Up @@ -381,9 +381,9 @@ package SimCode
Integer numStringParamVars;
Integer numStringAliasVars;
Integer numEquations;
Integer numLinearSystems;
Integer numNonLinearSystems;
Integer numHybridSystems;
Integer numLinearSystems;
Integer numNonLinearSystems;
Integer numHybridSystems;
Integer numStateSets;
Option <Integer> dimODE1stOrder;
Option <Integer> dimODE2ndOrder;
Expand Down

0 comments on commit b0e1ac5

Please sign in to comment.