Add epsilon arg to compute_overlap_e
currently unused but useful for reusing solve_wgmode arguments
This commit is contained in:
parent
5f96474497
commit
337cee8018
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ def compute_overlap_e(E: field_t,
|
|||
axis: int,
|
||||
polarity: int,
|
||||
slices: List[slice],
|
||||
epsilon: field_t, # TODO unused??
|
||||
mu: field_t = None,
|
||||
) -> field_t:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue