gsa: decrease waitbar refresh frequency

dprior
Johannes Pfeifer 2023-12-28 14:52:08 +01:00
parent 7bf0395a27
commit 90266c0bfc
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ if iload <=0
end
run_index = 0; % reset index
end
if SampleSize > 1
if SampleSize > 1 && mod(iteration,3)
dyn_waitbar(iteration/SampleSize, h, ['MC identification checks ', int2str(iteration), '/', int2str(SampleSize)]);
end
end