Skip to content

Commit

Permalink
fix neighbors
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jan 8, 2025
1 parent dbc967c commit 13c6460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Particle/AMReX_NeighborParticlesGPUImpl.H
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ updateNeighborsGPU (bool boundary_neighbors_only)

clearNeighbors();

if (use_comms_arena) {
if (this->use_comms_arena) {
snd_buffer.setArena(The_Comms_Arena());
rcv_buffer.setArena(The_Comms_Arena());
}
Expand Down

0 comments on commit 13c6460

Please sign in to comment.