small bug fix (isunx in place of isunix)

time-shift
Marco Ratto 2010-09-29 16:35:39 +02:00
parent 1fc3d503ee
commit 1b2fbc895d
1 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,6 @@ warning off;
diary off;
delete( ['slaveParallel_',int2str(whoiam),'.log']);
diary( ['slaveParallel_',int2str(whoiam),'.log']);
@ -96,7 +95,7 @@ while (etime(clock,t0)<1200 && ~isempty(fslave)) || ~isempty(dir(['stayalive',in
else
% Only for testing, will be remouved!
if isunx
if isunix
E1=fopen('/home/ivano/Works/Errore-slaveParallel.txt','w+');
fclose(E1);
else
@ -181,5 +180,4 @@ else
end
disp(['slaveParallel on CPU ',int2str(whoiam),' completed.'])
diary off;
exit;