Skip to content

Commit

Permalink
Update Src/Particle/AMReX_DenseBins.H
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers authored Jul 26, 2023
1 parent fe330b1 commit e682522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Particle/AMReX_DenseBins.H
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private:

template <typename F, typename I>
AMREX_GPU_HOST_DEVICE
static auto call_f(F const& f, const_pointer_input_type v, I& index) {
static auto call_f (F const& f, const_pointer_input_type v, I& index) {
if constexpr (IsCallable<F, decltype(v), I>::value) {
return f(v, index);
} else {
Expand Down

0 comments on commit e682522

Please sign in to comment.