bug fix for octave

time-shift
Marco Ratto 2012-02-10 22:43:11 +01:00
parent 31feb32bd3
commit 1129e29ceb
2 changed files with 6 additions and 6 deletions

View File

@ -57,9 +57,9 @@ for indPC=1:length(Parallel),
fileaddress={sT(1:SlashNumberAndPosition(end)),sT(SlashNumberAndPosition(end)+1:end)};
dynareParallelDelete(fileaddress{2},[PRCDir,fS,fileaddress{1}],Parallel(indPC));
display('New file deleted in remote -->');
display(fileaddress{2});
display('<--');
disp('New file deleted in remote -->');
disp(fileaddress{2});
disp('<--');
end
else

View File

@ -58,9 +58,9 @@ for indPC=1:length(Parallel),
fileaddress={sT(1:SlashNumberAndPosition(end)),sT(SlashNumberAndPosition(end)+1:end)};
dynareParallelGetFiles(fileaddress,PRCDir,Parallel(indPC));
display('New file copied in local -->');
display(fileaddress{2});
display('<--');
disp('New file copied in local -->');
disp(fileaddress{2});
disp('<--');
end
else