Skip to content

Commit

Permalink
fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Feb 23, 2024
1 parent b5e82a5 commit 8f2b2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Tests/circuits/inputs_resonator
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ warpx.Ez_excitation_grid_function(x,y,z,t) = "0."

warpx.B_excitation_on_grid_style = parse_B_excitation_grid_function

warpx.Bx_excitation_flag_function(x,y,z) = "flag_ss * (x>0.499e-2) * (x<0.501e-2) * (y>0.499e-2) * (y<0.501e-2)"
warpx.Bx_excitation_flag_function(x,y,z) = "flag_ss * (x>0.499e-2) * (x<0.501e-2) * (y>0.49e-2) * (y<0.50e-2)"
warpx.By_excitation_flag_function(x,y,z) = "0."
warpx.Bz_excitation_flag_function(x,y,z) = "0."

Expand Down

0 comments on commit 8f2b2b7

Please sign in to comment.