From c5231d0b2127b4bb2aeac44d50d6010c7e43850f Mon Sep 17 00:00:00 2001
From: Laura Nervo <laura.nervo@esrf.fr>
Date: Thu, 5 Sep 2013 10:44:49 +0200
Subject: [PATCH] Compile functions using gtExternalCompileFunctions instead of
 gt_mcc

Signed-off-by: Laura Nervo <laura.nervo@esrf.fr>
---
 2_difspot/NewSegmentationPreGUI.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2_difspot/NewSegmentationPreGUI.m b/2_difspot/NewSegmentationPreGUI.m
index dcc2451f..2cce4486 100644
--- a/2_difspot/NewSegmentationPreGUI.m
+++ b/2_difspot/NewSegmentationPreGUI.m
@@ -16,7 +16,7 @@ save(parameters_name, 'parameters')
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 check = inputwdefault('Recompile functions for OAR? Not normally needed! [y/n]', 'n');
 if strcmpi(check,'y')
-    gt_mcc('NewSegmentationDoubleThreshold')
+    gtExternalCompileFunctions('NewSegmentationDoubleThreshold')
 end
 
 
-- 
GitLab