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

MTex: removed, since it was the cause for many problems, especially matlab functions compilation!

parent 12bb3cc6
No related branches found
No related tags found
No related merge requests found
...@@ -269,14 +269,14 @@ function initialise_gt(ignore_id19) ...@@ -269,14 +269,14 @@ function initialise_gt(ignore_id19)
% load MTex toolbox if logged on rnice6-0101 % load MTex toolbox if logged on rnice6-0101
% it has been installed only on this host % it has been installed only on this host
% to be generalized % to be generalized
mtex_dir = '/sware/com/matlab-tbx/mtex-3.4.2/'; % mtex_dir = '/sware/com/matlab-tbx/mtex-3.4.2/';
if (~isdeployed && exist(mtex_dir, 'dir')) % if (~isdeployed && exist(mtex_dir, 'dir'))
cd(mtex_dir); % cd(mtex_dir);
startup_mtex(); % startup_mtex();
cd(current_dir); % cd(current_dir);
else % else
warning('MTex:not_installed', 'MTex toolbox is not installed') % warning('MTex:not_installed', 'MTex toolbox is not installed')
end % end
disp([boldColor 'To report a bug, create a ticket at https://sourceforge.net/p/dct/tickets' defaultColor]); disp([boldColor 'To report a bug, create a ticket at https://sourceforge.net/p/dct/tickets' defaultColor]);
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