Changed global definitions

This commit is contained in:
Waldir Leoncio 2021-02-01 10:01:25 +01:00
parent 58bf940ae3
commit 44210e9737

View file

@ -1,8 +1,8 @@
COUNTS <- array(0, dim=c(100, 100, 100))
SUMCOUNTS <- array(0, dim=c(100, 100))
PARTITION <- vector()
POP_LOGML <- vector()
LOGDIFF <- vector()
PARTITION <- array(1, dim=c(100))
POP_LOGML <- array(1, dim=c(100))
LOGDIFF <- array(1, dim=c(100, 100))
# If handling globas break, try other ideas from https://stackoverflow.com/a/65252740/1169233