Swap to GriddedParticle throughout

This commit is contained in:
2023-03-04 11:37:17 +00:00
parent cd1f20c1d2
commit f7ac576129
5 changed files with 27 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ fn main() {
println!("Running: {:?}", cli);
let mut sys = DLASystem::<SmallRng, VectorStorage, LocalRandomWalker>::new(
let mut sys = DLASystem::<SmallRng, Position, VectorStorage, LocalRandomWalker>::new(
SmallRng::seed_from_u64(cli.seed),
cli.max_particles,
cli.stick_probability