move around some stuff

This commit is contained in:
Simon Gardling
2021-03-29 19:26:07 +00:00
parent 0f19bd9e04
commit 5c97379057
3 changed files with 53 additions and 56 deletions

View File

@@ -8,7 +8,7 @@ fn main() {
let (width, height) = (256, 256);
// # of agents
let n_particles = 1 << 22;
let n_particles = 1 << 24;
println!("n_particles: {}", n_particles);
let diffusivity = 1;