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

Fixed left-over from previous commit

parent cdb4e86d
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ function varargout = gtReconstructGrainOrientation(grain_id, phase_id, parameter
end
if (rec_opts.ospace_super_sampling > 1)
sampler.make_supersampling_simple_grid([1 2 3], ...
rec_opts.ospace_super_sampling, 'det_ind', rec_opts.det_ind(ii_d));
rec_opts.ospace_super_sampling, rec_opts.det_ind(ii_d));
end
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