Skip to content

Commit e681a59

Browse files
committed
chore: suppress warning.
1 parent ebb05ec commit e681a59

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/pipeline.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

src/solver/g2p_ghost.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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(

0 commit comments

Comments
 (0)