simplify indentation
This commit is contained in:
parent
95e923d7b7
commit
1021768e30
1 changed files with 4 additions and 8 deletions
|
|
@ -47,8 +47,7 @@ def e_full(
|
||||||
|
|
||||||
if mu is None:
|
if mu is None:
|
||||||
return op_1
|
return op_1
|
||||||
else:
|
return op_mu
|
||||||
return op_mu
|
|
||||||
|
|
||||||
|
|
||||||
def eh_full(
|
def eh_full(
|
||||||
|
|
@ -84,8 +83,7 @@ def eh_full(
|
||||||
|
|
||||||
if mu is None:
|
if mu is None:
|
||||||
return op_1
|
return op_1
|
||||||
else:
|
return op_mu
|
||||||
return op_mu
|
|
||||||
|
|
||||||
|
|
||||||
def e2h(
|
def e2h(
|
||||||
|
|
@ -116,8 +114,7 @@ def e2h(
|
||||||
|
|
||||||
if mu is None:
|
if mu is None:
|
||||||
return e2h_1_1
|
return e2h_1_1
|
||||||
else:
|
return e2h_mu
|
||||||
return e2h_mu
|
|
||||||
|
|
||||||
|
|
||||||
def m2j(
|
def m2j(
|
||||||
|
|
@ -151,8 +148,7 @@ def m2j(
|
||||||
|
|
||||||
if mu is None:
|
if mu is None:
|
||||||
return m2j_1
|
return m2j_1
|
||||||
else:
|
return m2j_mu
|
||||||
return m2j_mu
|
|
||||||
|
|
||||||
|
|
||||||
def e_tfsf_source(
|
def e_tfsf_source(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue