Skip to content

Commit

Permalink
Update elements.cpp
Browse files Browse the repository at this point in the history
Add missing ,
  • Loading branch information
cemitch99 authored Jul 18, 2023
1 parent 7edab95 commit 42c384e
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 @@ -364,7 +364,7 @@ void init_elements(py::module& m)
amrex::ParticleReal const,
amrex::ParticleReal const,
int>(),
py::arg("xmax"), py::arg("ymax"), py::arg("shape") = 0
py::arg("xmax"), py::arg("ymax"), py::arg("shape") = 0,
"A short collimator element applying a transverse aperture boundary."
)
;
Expand Down

0 comments on commit 42c384e

Please sign in to comment.