Swap to GriddedParticle throughout
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user