Skip to content
Snippets Groups Projects
Commit f22b4973 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Revert "small fix in case of grain_ids are provided as input"

This reverts commit 44ee3120.
parent 44ee3120
No related branches found
No related tags found
No related merge requests found
......@@ -150,10 +150,6 @@ if isempty(conf.grain_ids)
first = 1;
last = sample.phases{phaseID}.getNumberOfGrains();
list = [first : last];
else
first = 1;
last = 1;
list = conf.grain_ids;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment