Skip to content

Commit

Permalink
There is not reason to touch vertical ghost cells here. (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Sep 26, 2024
1 parent ce5fd12 commit 88b928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Microphysics/SAM/ERF_Cloud_SAM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SAM::Cloud (const SolverChoice& sc)
auto theta_array = mic_fab_vars[MicVar::theta]->array(mfi);
auto pres_array = mic_fab_vars[MicVar::pres]->array(mfi);

const auto& box3d = mfi.tilebox(IntVect(0), IntVect(0,0,1));
const auto& box3d = mfi.tilebox();

ParallelFor(box3d, [=] AMREX_GPU_DEVICE (int i, int j, int k)
{
Expand Down

0 comments on commit 88b928b

Please sign in to comment.