Skip to content
Snippets Groups Projects
Commit 9fb41bb1 authored by JanThorbecke's avatar JanThorbecke
Browse files

source amplitude correction

parent 316e626a
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,7 @@ int applySource(modPar mod, srcPar src, wavPar wav, bndPar bnd, int itime, int i
else { /* Elastic scheme */
/* Compressional source */
if (src.type == 1) {
if (src.orient != 1) src_ampl=src_ampl/mod.dx;
if (src.orient==1) { /* monopole */
txx[ix*n1+iz] += src_ampl;
tzz[ix*n1+iz] += src_ampl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment