ignore unused return value

[skip ci]
time-shift
Houtan Bastani 2020-02-25 14:47:50 +01:00
parent 54fe1c754c
commit 3d9fe36ec5
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ if isnumeric(options_.parallel)
[fout] = prior_posterior_statistics_core(localVars,1,B,0);
% Parallel execution!
else
[nCPU, totCPU, nBlockPerCPU] = distributeJobs(options_.parallel, 1, B);
[~, totCPU, nBlockPerCPU] = distributeJobs(options_.parallel, 1, B);
ifil=zeros(n_variables_to_fill,totCPU);
for j=1:totCPU-1
if run_smoother