Skip to content

Commit

Permalink
Update zef_transfer_matrix.m
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsapursiainen committed Oct 4, 2022
1 parent 47adc81 commit c8f7a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m/zef_transfer_matrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

parallel_processes = eval( 'zef.parallel_processes');
if isempty(gcp('nocreate'))
parpool(n_parallel);
parpool(parallel_processes);
else
h_pool = gcp;
if not(isequal(h_pool.NumWorkers,parallel_processes))
Expand Down

0 comments on commit c8f7a1b

Please sign in to comment.