Skip to content
Snippets Groups Projects
Commit c29fa9d8 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug (wrong index).

parent 914d97fb
Branches
Tags
No related merge requests found
...@@ -87,7 +87,7 @@ set(hh,'Name','Prior sampler.'); ...@@ -87,7 +87,7 @@ set(hh,'Name','Prior sampler.');
% Simulations. % Simulations.
while iteration < NumberOfSimulations while iteration < NumberOfSimulations
if ~mod(t,10) if ~mod(iteration,10)
dyn_waitbar(iteration/NumberOfSimulations,hh,'Please wait. Prior sampler...'); dyn_waitbar(iteration/NumberOfSimulations,hh,'Please wait. Prior sampler...');
end end
loop_indx = loop_indx+1; loop_indx = loop_indx+1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment