Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 20, 2024
1 parent a9cd35a commit c100c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Initialization/SampleGaussianDistribution.H
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ namespace {
AMREX_GPU_HOST_DEVICE
amrex::Real
generateGaussianFluxDist( amrex::Real u_m, amrex::Real u_th, amrex::RandomEngine const& engine ) {

using namespace amrex::literals;

// Momentum to be returned at the end of this function
amrex::Real u = 0._rt;

const amrex::Real abs_u_m = std::abs(u_m);

if (u_th == 0._rt) {
Expand Down

0 comments on commit c100c49

Please sign in to comment.