missing semicolon

time-shift
Marco Ratto 2011-02-01 23:32:36 +01:00
parent 3eb1ec0c40
commit 45cf10ed11
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ end
fslave = dir( ['slaveParallel_input',int2str(njob),'.mat']);
if isempty(fslave),
error('Master asked to break the job')
error('Master asked to break the job');
end