Fixed bug related to the console mode (text waitbar).

time-shift
Stéphane Adjemian (Scylla) 2010-09-01 22:12:38 +02:00
parent 8589be3d4b
commit 6870010e9a
1 changed files with 5 additions and 1 deletions

View File

@ -249,7 +249,11 @@ for b = fblck:nblck,
end% End of the simulations for one mh-block.
record.AcceptationRates(b) = isux/j;
if exist('OCTAVE_VERSION') || options_.console_mode
printf('\n');
if exist('OCTAVE_VERSION')
printf('\n');
else
fprintf('\n');
end
diary on;
elseif ~whoiam
close(hh);