Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix FieldProbe Check: Particle Shape (ECP-WarpX#4983)
The constructor of FieldProbe might be called earlier than the WarpX class parameter init. That could lead to relying on an uninitialized particle shape static. Use the parser instead, similar to our general efforts to reduce the static members stored in the WarpX class.
- Loading branch information