Skip to content

Commit

Permalink
Fix warnings in SortParticlesForDeposition (#3664)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Dec 13, 2023
1 parent 064db4e commit cc4c4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Particle/AMReX_ParticleUtil.H
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ void PermutationForDeposition (Gpu::DeviceVector<index_type>& perm, index_type n
}
});
#else
amrex::ignore_unused(pperm, pglobal_idx);
Abort("Not implemented");
#endif

Expand Down

0 comments on commit cc4c4ff

Please sign in to comment.