From 22208bb98a70127175eaae77e953a6042fb7232f Mon Sep 17 00:00:00 2001
From: Elian Dib <elian.dib@inria.fr>
Date: Wed, 13 Jun 2018 11:29:12 +0200
Subject: [PATCH] Override no overwriting

---
 write.m | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/write.m b/write.m
index c8d2f44..713463a 100644
--- a/write.m
+++ b/write.m
@@ -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
 
-- 
GitLab