Skip to content

Commit

Permalink
change name of monteCarloStock
Browse files Browse the repository at this point in the history
  • Loading branch information
nielshintzen committed Apr 12, 2024
1 parent 81f96be commit f86114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/monteCarloStock.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
monteCarloStock_alt <- function(stck,tun,sam,realisations,return.sam=FALSE,saveParsDir=NULL,set.pars=NULL,ncores=detectCores()-1, ...){
monteCarloStock <- function(stck,tun,sam,realisations,return.sam=FALSE,saveParsDir=NULL,set.pars=NULL,ncores=detectCores()-1, ...){

require(doParallel)
ctrl <- sam@control
Expand Down

0 comments on commit f86114f

Please sign in to comment.