nothing special

This commit is contained in:
Simon Gardling
2021-04-01 02:07:00 -04:00
parent c25b0d1795
commit 4e688c3fa7
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ fn main() {
let (width, height) = (1024, 1024);
// # of agents
let n_particles = 1 << 26;
let n_particles = 1 << 24;
// let n_particles = 1 << 16;
println!("n_particles: {}", n_particles);