From 2c38e619c9695f0a00edc0a4ac8f72395fe048d4 Mon Sep 17 00:00:00 2001 From: Emilien Bauer Date: Mon, 16 Oct 2023 11:00:42 +0100 Subject: [PATCH] Revert typo in wave3d_b.py custom topology. --- fast/wave3d_b.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/wave3d_b.py b/fast/wave3d_b.py index 434a2a2034..661c76560c 100644 --- a/fast/wave3d_b.py +++ b/fast/wave3d_b.py @@ -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