From d8a59ac81dace573f002c7532909566f2c082ae5 Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Wed, 4 Nov 2015 10:13:52 +0100 Subject: [PATCH] bugfix: not yet done: problem with cusioning around topography --- pylot/core/active/seismicArrayPreparation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/active/seismicArrayPreparation.py b/pylot/core/active/seismicArrayPreparation.py index c0c1d99b..58d021be 100644 --- a/pylot/core/active/seismicArrayPreparation.py +++ b/pylot/core/active/seismicArrayPreparation.py @@ -486,7 +486,7 @@ class SeisArray(object): topo = point[2] z = -(R + topo - radius) if z > (topo + 1): - vel = 0.0 + vel = vtop[0] elif (topo + 1) >= z > topo: # cushioning around topography vel = vtop[0] else: