Skip to content
Snippets Groups Projects
Verified Commit 418070ec authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove unused variable

parent a0321786
Branches
Tags
No related merge requests found
Pipeline #1776 canceled
......@@ -48,7 +48,7 @@ if ~all(check)
end
nvar = length(i_var);
[i_var_unique, index_uniques, ~] = unique(i_var, 'first');
[~, index_uniques, ~] = unique(i_var, 'first');
index_uniques = sort(index_uniques);
i_var_unique = i_var(index_uniques);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment