Skip to content

Commit 16ef63e

Browse files
committed
fixup: unused
1 parent d0b8dad commit 16ef63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/Cabana_ParticleInit.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ void createParticles( InitRandom tag, PositionType& positions,
484484
const uint64_t seed = 342343901 )
485485
{
486486
using exec_space = typename PositionType::memory_space::execution_space;
487-
createParticles( tag, exec_space{}, positions, num_particles, box_min,
488-
box_max, previous_num_particles, seed );
487+
createParticles( tag, exec_space{}, positions, num_particles, min_dist,
488+
box_min, box_max, previous_num_particles, seed );
489489
}
490490

491491
} // namespace Cabana

0 commit comments

Comments
 (0)