Skip to content

Commit

Permalink
Update src/python/elements.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 authored Nov 19, 2024
1 parent 834b317 commit d9dec4f
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 @@ -919,7 +919,7 @@ void init_elements(py::module& m)
;
register_beamoptics_push(py_NonlinearLens);

py::class_<PlaneXYRot, elements::Named, elements::Thin, elements::Alignment> py_PlaneXYRot(me, "PlaneXYRot");
py::class_<PlaneXYRot, elements::Named, elements::Thin, elements::Alignment> py_PlaneXYRot(me, "PlaneXYRot");
py_PlaneXYRot
.def("__repr__",
[](PlaneXYRot const & plane_xyrot) {
Expand Down

0 comments on commit d9dec4f

Please sign in to comment.