Skip to content

Commit

Permalink
fix type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
SamG-01 committed Jan 18, 2025
1 parent 779d781 commit ced01ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screening/screen.H
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ number_t debye_huckel (const plasma_state_t<number_t>& state,

// machine limit the output
constexpr amrex::Real h_max = 300.e0_rt;
h = admath::min(h_DH, h_max);
amrex::Real h = admath::min(h_DH, h_max);
return admath::exp(h);
}

Expand Down

0 comments on commit ced01ba

Please sign in to comment.