Skip to content

Commit

Permalink
Update elements.cpp
Browse files Browse the repository at this point in the history
Correct argument declaration for Python bindings of LinearMap in elements.cpp.
  • Loading branch information
cemitch99 authored Oct 23, 2024
1 parent 2b288db commit 06718d8
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 @@ -1491,7 +1491,7 @@ void init_elements(py::module& m)
}
)
.def(py::init([](
LinearTransport::Map6x6 R,
elements::LinearTransport::Map6x6 R,
amrex::ParticleReal dx,
amrex::ParticleReal dy,
amrex::ParticleReal rotation_degree,
Expand Down

0 comments on commit 06718d8

Please sign in to comment.