@@ -174,7 +174,7 @@ algorithm
174174 ea2 = Expression . flattenArrayExpToList(e2_1);
175175 ((_, eqns)) = List . threadFold4(ea1, ea2, generateScalarArrayEqns2, source, differentiated, eqKind, DAE . EQUALITY_EXPS (lhs, rhs), (1 , inAccEqnLst));
176176 then (eqns, true );
177- /*
177+
178178 case (BackendDAE . ARRAY_EQUATION (left= lhs,right= rhs, source= source, differentiated= differentiated, kind= eqKind), _) equation
179179 ((e1_1, (_, _))) = BackendDAEUtil . extendArrExp((lhs, (NONE (), false )));
180180 ((e2_1, (_, _))) = BackendDAEUtil . extendArrExp((rhs, (NONE (), false )));
@@ -186,7 +186,7 @@ algorithm
186186 ea2 = Expression . flattenArrayExpToList(e2_1);
187187 ((_, eqns)) = List . threadFold4(ea1, ea2, generateScalarArrayEqns2, source, differentiated, eqKind, DAE . EQUALITY_EXPS (lhs, rhs), (1 , inAccEqnLst));
188188 then (eqns, true );
189- */
189+
190190 case (BackendDAE . COMPLEX_EQUATION (left= lhs, right= rhs, source= source, differentiated= differentiated, kind= eqKind), _) equation
191191 ea1 = Expression . splitRecord(lhs,Expression . typeof(lhs));
192192 ea2 = Expression . splitRecord(rhs,Expression . typeof(rhs));
0 commit comments