Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Names in
PC::make_alike
(#4322)
## Summary The ParticleContainer's `make_alike` function must not forget the names of the SoA components. Currently, it creates a new container with the same components, but default names. ## Additional background First seen in ECP-WarpX/WarpX#5481 ## Checklist The proposed changes: - [x] fix a bug or incorrect behavior in AMReX - [ ] add new capabilities to AMReX - [ ] changes answers in the test suite to more than roundoff level - [ ] are likely to significantly affect the results of downstream AMReX users - [ ] include documentation in the code and/or rst files, if appropriate
- Loading branch information