Skip to content

Commit

Permalink
Fix initial errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 committed Aug 1, 2023
1 parent 710ff4f commit c567ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/elements/Kicker.H
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ namespace impactx
using Thin::operator();

private:
int m_unit; //! multipole index
amrex::ParticleReal m_xkick; //! horizontal kick strength
amrex::ParticleReal m_ykick; //! vertical kick strength
int m_unit; //! multipole index

};

Expand Down

0 comments on commit c567ac4

Please sign in to comment.