Skip to content

Commit 5570ee0

Browse files
Update acoustic_2D.py
1 parent 27808eb commit 5570ee0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/acoustic_2D.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@
4545
)
4646

4747
# Velocity model
48-
#vel = np.zeros(shape=(512, 512), dtype=np.float32)
4948
vel = np.zeros(shape=(512, 512), dtype=np.float32)
5049
vel[:] = 1500.0
51-
#vel[100:] = 2000.0
52-
#vel[1,1]=4500
50+
vel[100:] = 2000.0
51+
5352
# create the space model
5453
space_model = SpaceModel(
5554
bounding_box=(0, 5120, 0, 5120),

0 commit comments

Comments
 (0)