Undo last commit#3dc015592c9da527f7d2ad218bc53422ac7edc83.

time-shift
Stéphane Adjemian (Charybdis) 2012-01-11 17:10:24 +01:00
parent 3dc015592c
commit 1ba89be300
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);
dyn_waitbar(t/sample_size,hh,'Please wait. Extended Path simulations...');
end
% Set period index.
t = t+1;