Cosmetic change. Removed useless input argument to dyn_waitbar.

time-shift
Stéphane Adjemian (Charybdis) 2012-01-11 16:08:24 +01:00
parent f074679f14
commit 3dc015592c
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ set(hh,'Name','EP simulations.');
% Main loop.
while (t<sample_size)
if ~mod(t,10)
dyn_waitbar(t/sample_size,hh,'Please wait. Extended Path simulations...');
dyn_waitbar(t/sample_size,hh);
end
% Set period index.
t = t+1;