Skip to content

Commit

Permalink
Merge pull request #54 from Jarmill/master
Browse files Browse the repository at this point in the history
Typo in eigK
  • Loading branch information
siko1056 authored Apr 25, 2020
2 parents 9bd0df1 + b7deadd commit b617726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eigK.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
li = 0;
xi = nf;
lab = zeros(N,1);
li(li+1:li+nl) = x(xi+1:xi+nl);
lab(li+1:li+nl) = x(xi+1:xi+nl);
xi = xi + nl;
li = li + nl;
if nq,
Expand Down

0 comments on commit b617726

Please sign in to comment.