-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
In the PICMI_GaussianLaser, both
Lines 116 to 117 in 37bb651
| self.a0 = a0 | |
| self.E0 = E0 |
This hides any misconfigurations and makes the result then backend dependent (which value is used by the PIC code downstream).
(This was first discovered during fixes for tests in ComputationalRadiationPhysics/picongpu#5466.)
ax3l