Skip to content

Commit

Permalink
remove wrong default value
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Apr 10, 2023
1 parent 2314517 commit eed92f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion femwell/maxwell/waveguide.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def bform(e_t, e_z, v_t, v_z, w):
)


def calculate_hfield(basis, xs, beta, omega=1):
def calculate_hfield(basis, xs, beta, omega):
@BilinearForm(dtype=np.complex64)
def aform(e_t, e_z, v_t, v_z, w):
return (
Expand Down

0 comments on commit eed92f7

Please sign in to comment.