File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace nuTens
1111namespace constants
1212{
1313
14- static constexpr float Groot2 = 1.52588e -4 * (units::eV * units::eV) / units::GeV; // !< sqrt(2)*G_fermi in (eV^2-cm^3)/(mole-GeV) used in calculating matter hamiltonian
14+ static constexpr double Groot2 = 0.76294e -4 * (units::eV * units::eV) / units::GeV; // !< sqrt(2)*G_fermi in (eV^2-cm^3)/(mole-GeV) used in calculating matter hamiltonian
1515
1616}
1717
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace units
1717 static constexpr double MeV = 1e6 ; // eV
1818 static constexpr double GeV = 1e9 ; // eV
1919
20- static constexpr double m = 5.07614213198e6 ; // eV^-1
20+ static constexpr double m = 5.07614213198e6 ; // eV^-1
2121 static constexpr double cm = 1e-2 * m; // eV^-1
2222 static constexpr double km = 1e3 * m; // eV^-1
2323
You can’t perform that action at this time.
0 commit comments