Skip to content

Commit

Permalink
OK THIS IS RIGHT
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Dec 20, 2024
1 parent a6a4aae commit cc31b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// Frequency scale of neutrino oscillations
#define ROOT2 (1.4142135623730951)
#define NUFERM (HBAR / (ROOT2*GFERM))
#define NUFERM ((ROOT2*GFERM) / HBAR)

// Unit conversions
#define EV (1.60217653e-12) // Electron-volt
Expand Down

0 comments on commit cc31b87

Please sign in to comment.