Skip to content

Commit

Permalink
more clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jul 20, 2024
1 parent 31cb2ed commit b384483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nse_solver/nse_solver.H
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void compute_coulomb_contribution(amrex::Array1D<amrex::Real, 1, NumSpec>& u_c,
// see appendix of Calder 2007, doi:10.1086/510709 for more detail

// reuse existing implementation from screening routine
amrex::Real f = chabrier1998_helmholtz_F<amrex::Real>(gamma);
auto f = chabrier1998_helmholtz_F<amrex::Real>(gamma);

//
// Here u_c is a dimensionless quantity.
Expand Down

0 comments on commit b384483

Please sign in to comment.