Skip to content

Commit

Permalink
Correct Python element.
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 committed Aug 1, 2023
1 parent c567ac4 commit 6e8be17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/elements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void init_elements(py::module& m)
)
;

py::class_<Multipole, elements::Thin>(me, "Kicker")
py::class_<Kicker, elements::Thin>(me, "Kicker")
.def(py::init<
amrex::ParticleReal const,
amrex::ParticleReal const,
Expand Down

0 comments on commit 6e8be17

Please sign in to comment.