From ecdafb45dd9c416cb0810d6687a20ac97e480ac9 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 11 Dec 2024 02:12:22 +0100 Subject: refactor: allow for other solver implementations --- src/particle_system.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/particle_system.rs') diff --git a/src/particle_system.rs b/src/particle_system.rs index 52e6284..6f43c35 100644 --- a/src/particle_system.rs +++ b/src/particle_system.rs @@ -41,7 +41,3 @@ pub struct ParticleSystem { /// Simulation clock pub t: Scalar, } - -pub trait Solver { - fn step(&mut self, dt: Scalar); -} -- cgit v1.2.3