Skip to content

Commit

Permalink
Update example/poisson_gmg/poisson_package.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Grete <[email protected]>
  • Loading branch information
lroberts36 and pgrete authored Oct 10, 2023
1 parent 7f7a13c commit a925229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/poisson_gmg/poisson_package.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ TaskStatus SetToZero(std::shared_ptr<MeshData<Real>> &md) {
const int scratch_level = 1;
const int ng = parthenon::Globals::nghost;
parthenon::par_for_outer(
DEFAULT_OUTER_LOOP_PATTERN, "Print", DevExecSpace(), scratch_size_in_bytes,
DEFAULT_OUTER_LOOP_PATTERN, "Poisson::SetToZero", DevExecSpace(), scratch_size_in_bytes,
scratch_level, 0, pack.GetNBlocks() - 1,
KOKKOS_LAMBDA(parthenon::team_mbr_t member, const int b) {
auto cb = GetIndexShape(pack(b, te, 0), ng);
Expand Down

0 comments on commit a925229

Please sign in to comment.