From 07d43cfcda89986abefb2a44a90a2afda9821513 Mon Sep 17 00:00:00 2001
From: Nicola Vigano <nicola.vigano@esrf.fr>
Date: Mon, 22 Sep 2014 19:50:25 +0200
Subject: [PATCH] MTex: removed, since it was the cause for many problems,
 especially matlab functions compilation!

Signed-off-by: Nicola Vigano <nicola.vigano@esrf.fr>
---
 initialise_gt.m | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/initialise_gt.m b/initialise_gt.m
index 2b05e2db..cf3340ec 100644
--- a/initialise_gt.m
+++ b/initialise_gt.m
@@ -269,14 +269,14 @@ function initialise_gt(ignore_id19)
     % load MTex toolbox if logged on rnice6-0101
     % it has been installed only on this host
     % to be generalized
-    mtex_dir = '/sware/com/matlab-tbx/mtex-3.4.2/';
-    if (~isdeployed && exist(mtex_dir, 'dir'))
-        cd(mtex_dir);
-        startup_mtex();
-        cd(current_dir);
-    else
-        warning('MTex:not_installed', 'MTex toolbox is not installed')
-    end
+%     mtex_dir = '/sware/com/matlab-tbx/mtex-3.4.2/';
+%     if (~isdeployed && exist(mtex_dir, 'dir'))
+%         cd(mtex_dir);
+%         startup_mtex();
+%         cd(current_dir);
+%     else
+%         warning('MTex:not_installed', 'MTex toolbox is not installed')
+%     end
     disp([boldColor 'To report a bug, create a ticket at https://sourceforge.net/p/dct/tickets' defaultColor]);
 end
 
-- 
GitLab