Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ForModLabUHel committed Apr 20, 2020
1 parent 06eb57b commit a99bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/multiSitePrebas.r
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ InitMultiSite <- function(nYearsMS,
# nSp <- siteInfo[,9]
climIDs <- siteInfo[,2]
# if(all(is.na(multiInitVar)) & all(is.na(nSp)) nSp <- rep(3,nSites)
allSp = dim(pCROBAS)[2]#max(siteInfo[,9])#ncol(pCROBAS)
allSp = ncol(pCROBAS)
varNam <- getVarNam()
nVar <- length(varNam)

Expand Down

0 comments on commit a99bc98

Please sign in to comment.