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 19, 2024
1 parent 5d13c90 commit ac8fd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/particles/elements/PlaneXYRot.H
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace impactx
std::optional<std::string> name = std::nullopt
)
: Named(name),
Alignment(dx, dy, rotation_degree),
Alignment(dx, dy, rotation_degree),
m_phi(phi * degree2rad)
{
}
Expand Down Expand Up @@ -94,7 +94,7 @@ namespace impactx

// shift due to alignment errors of the element
shift_in(x, y, px, py);

// intialize output values
amrex::ParticleReal xout = x;
amrex::ParticleReal yout = y;
Expand Down

0 comments on commit ac8fd76

Please sign in to comment.