Skip to content

Commit

Permalink
Remove unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Aug 29, 2024
1 parent 8b3ee7f commit 4fc22fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PBL/ComputeDiffusivityMYNN25.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ComputeDiffusivityMYNN25 (const MultiFab& xvel,

});
} else {
ParallelFor(bx, [=] AMREX_GPU_DEVICE (int i, int j, int k, Gpu::Handler const& handler) noexcept
ParallelFor(bx, [=] AMREX_GPU_DEVICE (int i, int j, int k) noexcept
{
qvel(i,j,k) = std::sqrt(cell_data(i,j,k,RhoQKE_comp) / cell_data(i,j,k,Rho_comp));
qvel_old(i,j,k) = std::sqrt(cell_data(i,j,k,RhoQKE_comp) / cell_data(i,j,k,Rho_comp) + eps);
Expand Down

0 comments on commit 4fc22fb

Please sign in to comment.