Skip to content
Snippets Groups Projects
Commit 44ee3120 authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

small fix in case of grain_ids are provided as input

parent 4751df8e
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,10 @@ 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