Changed global definitions
This commit is contained in:
parent
58bf940ae3
commit
44210e9737
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
COUNTS <- array(0, dim=c(100, 100, 100))
|
COUNTS <- array(0, dim=c(100, 100, 100))
|
||||||
SUMCOUNTS <- array(0, dim=c(100, 100))
|
SUMCOUNTS <- array(0, dim=c(100, 100))
|
||||||
PARTITION <- vector()
|
PARTITION <- array(1, dim=c(100))
|
||||||
POP_LOGML <- vector()
|
POP_LOGML <- array(1, dim=c(100))
|
||||||
LOGDIFF <- vector()
|
LOGDIFF <- array(1, dim=c(100, 100))
|
||||||
# If handling globas break, try other ideas from https://stackoverflow.com/a/65252740/1169233
|
# If handling globas break, try other ideas from https://stackoverflow.com/a/65252740/1169233
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue