Skip to content

Commit

Permalink
Update Src/Base/AMReX_GpuLaunchFunctsG.H
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Sinn <[email protected]>
  • Loading branch information
WeiqunZhang and AlexanderSinn authored Oct 16, 2024
1 parent 7510c31 commit 660a69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_GpuLaunchFunctsG.H
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ void launch (T const& n, L const& f) noexcept
f(tid+start_idx);
}
});

}
AMREX_GPU_ERROR_CHECK();
}

Expand Down

0 comments on commit 660a69d

Please sign in to comment.