Skip to content

Commit c09d41b

Browse files
author
Jens Frenkel
committed
- bugfix removeSimpleEquationsPast
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e1fa93f commit c09d41b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Compiler/BackEnd/BackendDAEOptimize.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ algorithm
644644

645645
case (syst as BackendDAE.EQSYSTEM(matching=BackendDAE.MATCHING(comps=comps)),(shared,(repl,b1)))
646646
equation
647+
(syst,_,_) = BackendDAEUtil.getIncidenceMatrixfromOption(syst, shared, BackendDAE.NORMAL());
647648
derrepl = HashTable2.emptyHashTable();
648649
// check equations
649650
((syst,shared,repl_1,derrepl1,deqns,movedVars,movedAVars,meqns,b)) =

Compiler/BackEnd/BackendDAEUtil.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ protected import Flags;
7777
protected import Global;
7878
protected import HashTable2;
7979
protected import HashTable4;
80-
protected import HashTableCrILst;
8180
protected import IndexReduction;
8281
protected import List;
8382
protected import Matching;

0 commit comments

Comments
 (0)