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 Oct 9, 2024
1 parent 0ae1572 commit a43fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/elements/Quad.H
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ namespace impactx
tout = t + (slice_ds/betgam2)*pt;
// ptout = pt;
} else {
// advance position and momentum (zero strength = drift)
// advance position and momentum (zero strength = drift)
xout = x + slice_ds * px;
// pxout = px;

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
yout = y + slice_ds * py;
Expand Down

0 comments on commit a43fe8d

Please sign in to comment.