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 Apr 20, 2022
1 parent 20cd80b commit ee7d4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/distribution/Kurth4D.H
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace distribution
alpha = pi*alpha;
pmax = 1.0_prt - pow((Lz/r),2) - pow(r,2) + pow(Lz,2);
pmax = sqrt(pmax);
pr = pmax*cos(alpha);
pr = pmax*cos(alpha);
pphi = Lz/r;

// Transformations used to obtain (px,py):
Expand Down

0 comments on commit ee7d4b1

Please sign in to comment.