Added LOGDIFF to clearGlobalVars()
This commit is contained in:
parent
a60f6e0617
commit
de929ad887
1 changed files with 1 additions and 0 deletions
|
|
@ -4,4 +4,5 @@ clearGlobalVars <- function() {
|
||||||
SUMCOUNTS <<- vector()
|
SUMCOUNTS <<- vector()
|
||||||
PARTITION <<- vector()
|
PARTITION <<- vector()
|
||||||
POP_LOGML <<- vector()
|
POP_LOGML <<- vector()
|
||||||
|
LOGDIFF <<- vector()
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue