Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 22208bb9 authored by DIB Elian's avatar DIB Elian
Browse files

Override no overwriting

parent 3c2cc7fd
Branches IGRIDA
No related tags found
No related merge requests found
......@@ -89,10 +89,10 @@ if ~exist(filename,'file')
mkdir(refDir);
else
if isunix && ~ismac
warning('No overwriting allowed by default on Linux');
warning('This is to avoid conflict between concurrent threads on IGRIDA');
warning('You can modify this behaviour by commenting this condition in the source code');
return;
% warning('No overwriting allowed by default on Linux');
% warning('This is to avoid conflict between concurrent threads on IGRIDA');
% warning('You can modify this behaviour by commenting this condition in the source code');
% return;
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment