Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims authored Nov 26, 2024
1 parent 7168f92 commit f3bf450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kwave/options/simulation_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def option_factory(kgrid: "kWaveGrid", options: SimulationOptions):
options.pml_y_alpha = val[-1]
elif kgrid.dim == 3:
options.pml_x_alpha = val[0]
options.pml_y_alpha = val[1]
options.pml_y_alpha = val[len(val) // 2]
options.pml_z_alpha = val[-1]

if options.save_to_disk_exit:
Expand Down

0 comments on commit f3bf450

Please sign in to comment.