Open annecori opened 5 years ago
Currently lines 133-136 in get_R.integer read:
get_R.integer
## maximum numbers of time steps the distribution of the serial interval is ## discretized for MAX_T <- 1000
probably best to add MAX_T as a parameter of the function with default value 1000?
MAX_T
same for GRID_SIZE in line 207 of the same file
GRID_SIZE
Currently lines 133-136 in
get_R.integer
read:probably best to add
MAX_T
as a parameter of the function with default value 1000?