Skip to content

Commit

Permalink
Close #2436: Fix dimension of output argument
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Jan 22, 2018
1 parent e4ad397 commit 2adf48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Math/package.mo
Expand Up @@ -1955,7 +1955,7 @@ the same).
Real A[3,3] = [1,2,3;
3,4,5;
2,1,4];
Real eval;
Real eval[3,2];
<strong>algorithm</strong>
eval := Matrices.eigenValues(A); // eval = [-0.618, 0;
// 8.0 , 0;
Expand Down

0 comments on commit 2adf48d

Please sign in to comment.