diff options
Diffstat (limited to 'Source/Utils')
-rw-r--r-- | Source/Utils/WarpXConst.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Utils/WarpXConst.H b/Source/Utils/WarpXConst.H index ae6cd808e..9e214576f 100644 --- a/Source/Utils/WarpXConst.H +++ b/Source/Utils/WarpXConst.H @@ -34,7 +34,6 @@ namespace PhysConst (45.*m_e*m_e*m_e*m_e*c*c*c*c*c); // SI value is 1.3050122.e-52 static constexpr amrex::Real xi_c2 = xi * c * c; // This should be usable for single precision, though // very close to smallest number possible: smallest number = 1.2e-38, xi_c2 = 1.1e-35 - static constexpr amrex::Real mevpc2_kg = 1.7826619216279e-30; // to convert MeV in kg } #endif |