Fixed waitbar message from octave slave (matlab master)

time-shift
Marco Ratto 2011-06-24 10:57:25 +02:00
parent 1b2cab9b52
commit 47787f6f20
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ for b = fblck:nblck,
if mod(j,50)==0 && whoiam
% keyboard;
if (strcmp([options_.parallel(ThisMatlab).MatlabOctavePath], 'octave'))
waitbarString = [ '(' int2str(b) '/' int2str(options_.mh_nblck) '), ' sprintf('accept. %3.f%%',100 *prtfrc)];
waitbarString = [ '(' int2str(b) '/' int2str(options_.mh_nblck) '), ' sprintf('accept. %3.f%%',100 * isux / j)];
fMessageStatus(prtfrc,whoiam,waitbarString, waitbarTitle, options_.parallel(ThisMatlab));
else
waitbarString = [ '(' int2str(b) '/' int2str(options_.mh_nblck) '), ' sprintf('accept. %3.f%%', 100 * isux/j)];