Skip to content

Commit

Permalink
Update bootstrp.m
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Apr 21, 2024
1 parent ea1db44 commit 90809c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/bootstrp.m
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
paropt = struct;
paropt.UseParallel = false;
if (~ ISOCTAVE)
ncpus = feature('numcores');
ncpus = feature ('numcores');
else
ncpus = nproc;
end
Expand Down

0 comments on commit 90809c7

Please sign in to comment.