From 90809c7f967afdc3d9703394f852da3f6bfd1d2e Mon Sep 17 00:00:00 2001 From: acp29 Date: Sun, 21 Apr 2024 22:45:32 +0100 Subject: [PATCH] Update bootstrp.m --- inst/bootstrp.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/bootstrp.m b/inst/bootstrp.m index 52cccbdf..dbfcf789 100755 --- a/inst/bootstrp.m +++ b/inst/bootstrp.m @@ -83,7 +83,7 @@ paropt = struct; paropt.UseParallel = false; if (~ ISOCTAVE) - ncpus = feature('numcores'); + ncpus = feature ('numcores'); else ncpus = nproc; end