Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 8, 2024
1 parent 9f2d7ce commit 76380d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/sources/Castro_sponge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Castro::apply_sponge(const Box& bx,

auto dx = geom.CellSizeArray();
auto problo = geom.ProbLoArray();
auto geomdata = geom.data();

amrex::ParallelFor(bx,
[=] AMREX_GPU_DEVICE (int i, int j, int k) noexcept
Expand Down

0 comments on commit 76380d9

Please sign in to comment.