From a46969f9fbe5e425e49c8019f2267d86c08ed62b Mon Sep 17 00:00:00 2001 From: Marco Ratto <marco.ratto@jrc.ec.europa.eu> Date: Fri, 22 Oct 2010 11:40:29 +0200 Subject: [PATCH] Deleted buggy fclose instruction --- matlab/parallel/masterParallel.m | 1 - 1 file changed, 1 deletion(-) diff --git a/matlab/parallel/masterParallel.m b/matlab/parallel/masterParallel.m index 8ccde7676b..d7970a1e40 100644 --- a/matlab/parallel/masterParallel.m +++ b/matlab/parallel/masterParallel.m @@ -369,7 +369,6 @@ for j=1:totCPU, end -fclose(fid); % In This way we are sure that the file 'ConcurrentCommand1.bat' is % closed and then it can be deleted! while (1) -- GitLab