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))
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue