Skip to content

Commit a99bc98

Browse files
committed
typo
1 parent 06eb57b commit a99bc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/multiSitePrebas.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ InitMultiSite <- function(nYearsMS,
4949
# nSp <- siteInfo[,9]
5050
climIDs <- siteInfo[,2]
5151
# if(all(is.na(multiInitVar)) & all(is.na(nSp)) nSp <- rep(3,nSites)
52-
allSp = dim(pCROBAS)[2]#max(siteInfo[,9])#ncol(pCROBAS)
52+
allSp = ncol(pCROBAS)
5353
varNam <- getVarNam()
5454
nVar <- length(varNam)
5555

0 commit comments

Comments
 (0)