From 6aea69e269a2c38606e1aa958566ef6550fecc02 Mon Sep 17 00:00:00 2001
From: Nicola Vigano <nicola.vigano@esrf.fr>
Date: Wed, 3 Oct 2018 16:06:33 +0200
Subject: [PATCH] Fixed left-over from previous commit

Signed-off-by: Nicola Vigano <nicola.vigano@esrf.fr>
---
 5_reconstruction/gtReconstructGrainOrientation.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/5_reconstruction/gtReconstructGrainOrientation.m b/5_reconstruction/gtReconstructGrainOrientation.m
index cd7eaeed..5563eca4 100644
--- a/5_reconstruction/gtReconstructGrainOrientation.m
+++ b/5_reconstruction/gtReconstructGrainOrientation.m
@@ -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
 
-- 
GitLab