Skip to content

Commit f6f863b

Browse files
committed
Fix clc
1 parent f3af0d6 commit f6f863b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/dwf_clc_process.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ clc_process <- function(
6060
}
6161

6262
strategy <- .validate_strategy(strategy)
63-
if (strategy == "sequential") n_cores <- 1L
64-
n_cores <- .validate_n_cores(n_cores)
63+
if (strategy == "sequential") n_cores_plot <- 1L
64+
n_cores_plot <- .validate_n_cores(n_cores_plot)
6565

6666
# # ..................................................................... ###
6767

0 commit comments

Comments
 (0)