mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Respond to @smharper comments on #721
This commit is contained in:
parent
dfcb4bc935
commit
5555cfd1aa
3 changed files with 5 additions and 7 deletions
|
|
@ -15,8 +15,8 @@ cdef extern from "complex.h":
|
|||
double complex cexp(double complex)
|
||||
|
||||
# Physical constants are from CODATA 2014
|
||||
cdef double NEUTRON_MASS_ENERGY = 939.5654133e6 # MeV/c^2
|
||||
cdef double HBAR_C = 197.3269788e5 # MeV-b^0.5
|
||||
cdef double NEUTRON_MASS_ENERGY = 939.5654133e6 # eV/c^2
|
||||
cdef double HBAR_C = 197.3269788e5 # eV-b^0.5
|
||||
|
||||
|
||||
@cython.cdivision(True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue