Skip to content

Commit

Permalink
switch order of initialization for particle container and particle it…
Browse files Browse the repository at this point in the history
…erator
  • Loading branch information
roelof-groenewald committed Jul 19, 2023
1 parent fe4994a commit 83aebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Python/pyWarpX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ PYBIND11_MODULE(PYWARPX_MODULE_NAME, m) {
)pbdoc";

// note: order from parent to child classes
init_WarpXParIter(m);
init_WarpXParticleContainer(m);
init_WarpXParIter(m);
init_MultiParticleContainer(m);
init_WarpX(m);

Expand Down

0 comments on commit 83aebf3

Please sign in to comment.