picongpu
picongpu copied to clipboard
Synchrotron radiation plugin: Operations out of range
Hey, when compiling a simple setup using the standard speciesXXX.param
files I receive the following warnigs:
include/picongpu/../picongpu/particles/synchrotron/AlgorithmSynchrotron.hpp(178): warning #222-D: floating-point operation result is out of range
* (ELECTRON_CHARGE * ELECTRON_CHARGE * ELECTRON_MASS * SPEED_OF_LIGHT
^
Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"
include/picongpu/../picongpu/particles/synchrotron/AlgorithmSynchrotron.hpp(179): warning #222-D: floating-point operation result is out of range
/ (HBAR * HBAR * EPS0 * 4._X * PI));
cc @FilipO28555