Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Got borked when I rebased
  • Loading branch information
MJKirk committed Feb 4, 2021
1 parent 8cf8daf commit 6739d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavio/physics/mudecays/mueconversion.py
Expand Up @@ -24,7 +24,7 @@ def CR_mue(wc_obj, par, nucl):
omega_capt = par['GammaCapture '+nucl]
#####Wilson Coefficients######
#####Conversion Rate obtained from hep-ph/0203110#####
flavio.citations.register("Kitano:2002mt")
flavio.citations.register("Kitano:2002mt")
wc = wc_obj.get_wc('mue', scale, par, nf_out=3)
prefac = -np.sqrt(2)/par['GF']
AL = prefac / ( 4 * mm ) * wc['Cgamma_emu']
Expand Down

0 comments on commit 6739d65

Please sign in to comment.