diff --git a/src/particles/elements/PlaneXYRot.H b/src/particles/elements/PlaneXYRot.H index 8cf0b1fa0..9070afb81 100644 --- a/src/particles/elements/PlaneXYRot.H +++ b/src/particles/elements/PlaneXYRot.H @@ -58,7 +58,7 @@ namespace impactx std::optional name = std::nullopt ) : Named(name), - Alignment(dx, dy, rotation_degree), + Alignment(dx, dy, rotation_degree), m_phi(phi * degree2rad) { } @@ -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;