add missing return
This commit is contained in:
parent
a312a3085c
commit
d906514623
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ def e_tfsf_source(TF_region: fdfield_t,
|
||||||
def op(e):
|
def op(e):
|
||||||
neg_iwj = A(TF_region * e) - TF_region * A(e)
|
neg_iwj = A(TF_region * e) - TF_region * A(e)
|
||||||
return neg_iwj / (-1j * omega)
|
return neg_iwj / (-1j * omega)
|
||||||
|
return op
|
||||||
|
|
||||||
|
|
||||||
def poynting_e_cross_h(dxes: dx_lists_t) -> Callable[[fdfield_t, fdfield_t], fdfield_t]:
|
def poynting_e_cross_h(dxes: dx_lists_t) -> Callable[[fdfield_t, fdfield_t], fdfield_t]:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue