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 17, 2018
1 parent 5ac3545 commit fb1806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/FuncUnknownDim2.mo
Expand Up @@ -20,7 +20,7 @@ end FuncUnknownDim2;
// input Integer n;
// output Real[:] x;
// algorithm
// x := /*Real[n]*/(ones(n));
// x := /*Real[n]*/(fill(1, n));
// end f;
//
// class FuncUnknownDim2
Expand Down

0 comments on commit fb1806b

Please sign in to comment.