Shrink gridSize for now

This commit is contained in:
2023-03-03 16:50:02 +00:00
parent 593eff5d1b
commit 55364779e0
+1 -1
View File
@@ -36,7 +36,7 @@ impl<R: Rng, S: Storage, W: Walker<R>> DLASystem<R, S, W> {
max_particles,
running: true,
storage: VectorStorage::new(6000, 2),
storage: VectorStorage::new(1600, 2),
walker: LocalRandomWalker::new(DIM),
particles: vec![],
active_particle: None,