Skip to content

Commit

Permalink
Revert typo in wave3d_b.py custom topology.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Oct 16, 2023
1 parent 9e3fc12 commit 2c38e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/wave3d_b.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
if args.xdsl:
topology = ('*', '*', 1)

grid = Grid(shape=(nx, ny, nz), extent=(2., 2., 2.), topology=topology)
grid = Grid(shape=shape, extent=(2., 2., 2.), topology=topology)

# With the velocity and model size defined, we can create the seismic model that
# encapsulates this properties. We also define the size of the absorbing layer as
Expand Down

0 comments on commit 2c38e61

Please sign in to comment.