Updated initial globals (fixes #11)
This commit is contained in:
parent
15a8c39ef1
commit
bdf512fca7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
COUNTS <- vector()
|
||||
SUMCOUNTS <- vector()
|
||||
COUNTS <- array(0, dim=c(100, 100, 100))
|
||||
SUMCOUNTS <- array(0, dim=c(100, 100))
|
||||
PARTITION <- vector()
|
||||
POP_LOGML <- vector()
|
||||
LOGDIFF <- vector()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue