File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,7 +272,6 @@ impl MpmPipeline {
272272 & data. sim_params ,
273273 & data. grid ,
274274 & data. ghost_particles ,
275- & data. particles ,
276275 & data. bodies ,
277276 ) ;
278277 }
Original file line number Diff line number Diff line change 11use crate :: grid:: grid:: { GpuGrid , WgGrid } ;
22use crate :: grid:: kernel:: WgKernel ;
33use crate :: solver:: params:: { GpuSimulationParams , WgParams } ;
4- use crate :: solver:: { GpuParticles , WgParticle } ;
4+ use crate :: solver:: WgParticle ;
55use crate :: { dim_shader_defs, substitute_aliases} ;
66use nalgebra:: Vector3 ;
77use wgcore:: kernel:: { KernelInvocationBuilder , KernelInvocationQueue } ;
@@ -48,8 +48,7 @@ impl WgG2PGhost {
4848 sim_params : & GpuSimulationParams ,
4949 grid : & GpuGrid ,
5050 ghost_particles : & GpuGhostParticles ,
51- particles : & GpuParticles ,
52- bodies : & GpuBodySet ,
51+ _bodies : & GpuBodySet ,
5352 ) {
5453 KernelInvocationBuilder :: new ( queue, & self . g2p_ghost )
5554 . bind_at (
You can’t perform that action at this time.
0 commit comments