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 24, 2018
1 parent 0db66a6 commit 6a1cc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flattening/modelica/scodeinst/Concatenation.mo
Expand Up @@ -16,8 +16,8 @@ end Concatenation;
// Real r[1];
// Real r[2];
// equation
// z = cat(2, {{2.0}}, promote({1.0}, 2));
// z1 = cat(1, /*Real[1, 1, 1]*/(promote({{{2}}}, 3)), promote({1.0}, 3));
// z = cat(2, {{2.0}}, {{1.0}});
// z1 = cat(1, {{{2.0}}}, {{{1.0}}});
// r = /*Real[2]*/(cat(1, {1}, {2}));
// end Concatenation;
// endResult

0 comments on commit 6a1cc9a

Please sign in to comment.