ComputationalRadiationPhysics / picongpu

Performance-Portable Particle-in-Cell Simulations for the Exascale Era :sparkles:
https://picongpu.readthedocs.io
Other
709 stars 218 forks source link

fix case insensitive bug #5105

Closed PrometheusPi closed 2 months ago

PrometheusPi commented 2 months ago

With #5045, we introduced a naming change that causes a cyclic renaming between absober.hpp and Absorber.hpp on all case-insesitive file sysetms (e.g. MacOS) when working with git, raping users in an "infinite loop of unstaged changes". This pull request should fix this issue.