You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- remove helpVars from Backend (was used to handle when-conditions and sample-calls)
- revise event-system (c-runtime)
- unfortunately break other runtimes (please contact me, if you need more detailed information)
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14982 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
Copy file name to clipboardExpand all lines: Compiler/BackEnd/BackendQSS.mo
+12-30Lines changed: 12 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,6 @@ algorithm
92
92
list<SimCode.SimEqSystem> eqs;
93
93
list<list<Integer>> s;
94
94
list<DAE.ComponentRef> states,disc,algs;
95
-
list<SimCode.SampleCondition> sampleConditions;
96
95
BackendDAE.EquationArray eqsdae;
97
96
BackendDAE.Sharedshared;
98
97
list<BackendDAE.ZeroCrossing> zeroCrossings;
@@ -101,7 +100,7 @@ algorithm
101
100
SimCode.SimCode sc;
102
101
Integer offset;
103
102
104
-
case (dlow as BackendDAE.DAE({BackendDAE.EQSYSTEM(orderedEqs=eqsdae)},shared), sc as SimCode.SIMCODE(odeEquations={eqs},sampleConditions=sampleConditions,zeroCrossings=zeroCrossings))
103
+
case (dlow as BackendDAE.DAE({BackendDAE.EQSYSTEM(orderedEqs=eqsdae)},shared), sc as SimCode.SIMCODE(odeEquations={eqs},zeroCrossings=zeroCrossings))
0 commit comments