Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Feb 6, 2025
1 parent 895cda5 commit 33fd30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_Random.H
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ namespace amrex
amrex::ignore_unused(random_engine);
return RandomGamma(alpha, beta);
))

}

/**
* \brief Generates one pseudorandom unsigned integer which is
Expand Down

0 comments on commit 33fd30e

Please sign in to comment.