Skip to content

Commit

Permalink
Merge pull request #16 from lwJi/lwJi/newradx
Browse files Browse the repository at this point in the history
NewRadX: Rename loop_radbnd to loop_outmost_int
  • Loading branch information
lwJi authored Sep 14, 2023
2 parents e3760a2 + e37e770 commit 1f5b29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewRadX/src/newradx.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void NewRadX_Apply(const cGH *restrict const cctkGH,
};

const Loop::GridDescBaseDevice grid(cctkGH);
grid.loop_radbnd<0,0,0>(
grid.loop_outermost_int<0,0,0>(
grid.nghostzones,
[=] CCTK_DEVICE CCTK_HOST(const Loop::PointDesc &p)
CCTK_ATTRIBUTE_ALWAYS_INLINE {
Expand Down

0 comments on commit 1f5b29a

Please sign in to comment.