Skip to content

Commit

Permalink
Newlines for the formatting gods
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prather committed Nov 7, 2023
1 parent d2b2afb commit 47123d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mesh/meshblock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ class StateDescriptor;
// - Not defined in kokkos_abstraction.hpp because it requires the compile time option
// DEFAULT_INNER_LOOP_PATTERN to be set.
template <typename Function>
KOKKOS_FORCEINLINE_FUNCTION void par_for_inner(const team_mbr_t &team_member, const int &il,
const int &iu, const Function &function) {
KOKKOS_FORCEINLINE_FUNCTION void par_for_inner(const team_mbr_t &team_member,
const int &il, const int &iu,
const Function &function) {
parthenon::par_for_inner(DEFAULT_INNER_LOOP_PATTERN, team_member, il, iu, function);
}

Expand Down

0 comments on commit 47123d6

Please sign in to comment.