Skip to content

Commit

Permalink
Removing trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkse committed Sep 17, 2024
1 parent 4cfc9b8 commit 239b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_Math.H
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ T comp_ellint_1 (T k)
// Computing K based on DLMF
// https://dlmf.nist.gov/19.8
T tol = std::numeric_limits<T>::epsilon();

T a0 = 1.0;
T g0 = std::sqrt(1.0 - k*k);
T a = a0;
Expand Down

0 comments on commit 239b3bb

Please sign in to comment.