Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
418070ec
Verified
Commit
418070ec
authored
Sep 09, 2019
by
Houtan Bastani
Browse files
remove unused variable
parent
a0321786
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/varlist_indices.m
View file @
418070ec
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment