Skip to content

Commit a15b84d

Browse files
author
Volker Waurich
committed
- revert r25052, will fix it later
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25054 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent a285b3f commit a15b84d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Compiler/BackEnd/BackendDAETransform.mo

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,6 @@ algorithm
383383

384384
case (compelem::{}, BackendDAE.ARRAY_EQUATION()::{}, var_varindx_lst) equation
385385
varindxs = List.map(var_varindx_lst, Util.tuple22);
386-
var_lst = List.map(var_varindx_lst, Util.tuple21);
387-
crlst = List.map(var_lst,BackendVariable.varCref);
388-
true = List.fold(List.map(crlst,ComponentReference.isArrayElement),boolAnd,true); // its only an array equation if all the solved variables belong to an array. if not, its a nonlinear system
389386
then BackendDAE.SINGLEARRAY(compelem, varindxs);
390387

391388
case (compelem::{}, BackendDAE.IF_EQUATION()::{}, var_varindx_lst) equation

0 commit comments

Comments
 (0)