Skip to content

Commit

Permalink
LoopOnCpu
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz committed Oct 8, 2023
1 parent c52fae8 commit 10ec7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/radiation/HABEC.H
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ namespace HABEC
}
#endif

amrex::Loop(reg, [=] (int i, int j, int k) noexcept
amrex::LoopOnCpu(reg, [=] (int i, int j, int k) noexcept
{
Real r;
face_metric(i, j, k, reg.loVect()[0], reg.hiVect()[0], geomdata, ori.coordDir(), ori.isLow(), r);
Expand Down

0 comments on commit 10ec7de

Please sign in to comment.