Skip to content

Commit

Permalink
Merge 8f86100 into 5c39978
Browse files Browse the repository at this point in the history
  • Loading branch information
nno committed Jun 5, 2018
2 parents 5c39978 + 8f86100 commit 75da5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvpa/cosmo_parcellfun.m
Expand Up @@ -34,7 +34,7 @@
if narg_cell==1
nproc_to_use=1;
else
nproc_available=cosmo_parallel_get_nproc_available();
nproc_available=cosmo_parallel_get_nproc_available(opt);
nproc_to_use=min([nproc,narg_cell,nproc_available]);
end

Expand Down

0 comments on commit 75da5a0

Please sign in to comment.