Skip to content

Commit

Permalink
[NF] Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost authored and OpenModelica-Hudson committed Apr 18, 2018
1 parent fb1806b commit 42c11db
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions flattening/modelica/scodeinst/ConnectArrays3.mo
Expand Up @@ -70,8 +70,14 @@ end ConnectArrays3;
// Real b2[3].y[3];
// Real b2[3].y[4];
// equation
// b1[{1, 2, 3}].x[1] = b2[{1, 2, 3}].y[1];
// b1[{1, 2, 3}].x[2] = b2[{1, 2, 3}].y[2];
// b1[{1, 2, 3}].x[3] = b2[{1, 2, 3}].y[3];
// b1[1].x[1] = b2[1].y[1];
// b1[1].x[2] = b2[1].y[2];
// b1[1].x[3] = b2[1].y[3];
// b1[2].x[1] = b2[2].y[1];
// b1[2].x[2] = b2[2].y[2];
// b1[2].x[3] = b2[2].y[3];
// b1[3].x[1] = b2[3].y[1];
// b1[3].x[2] = b2[3].y[2];
// b1[3].x[3] = b2[3].y[3];
// end ConnectArrays3;
// endResult

0 comments on commit 42c11db

Please sign in to comment.