From 3439dfd74440558531f9d62824bfc39aceb9466b Mon Sep 17 00:00:00 2001
From: JanThorbecke <janth@xs4all.nl>
Date: Tue, 4 Jun 2019 09:19:00 +0200
Subject: [PATCH] WS15

---
 .gitignore            | 7 +++++++
 marchenko/synthesis.c | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index e99b1a9..ec0a923 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,12 @@ utils/makewave
 utils/mat2su
 utils/syn2d
 utils/green3D
+utils/HomG
+utils/MuteSnap
+utils/Snap2Shot
+utils/combine
+utils/combine_induced
+utils/reshape_su
 fdelmodc/fdelmodc
 include/genfft.h
 Make_include
@@ -48,4 +54,5 @@ marchenko_applications/iba
 marchenko_applications/marchenko_app
 marchenko_applications/reshape_su
 raytime3d/raytime3d
+raytime/Raytime
 MDD/mdd
diff --git a/marchenko/synthesis.c b/marchenko/synthesis.c
index 2118510..a1197a2 100644
--- a/marchenko/synthesis.c
+++ b/marchenko/synthesis.c
@@ -173,11 +173,11 @@ nw, int nw_low, int nw_high,  int mode, int reci, int nshots, int *ixpos, int np
                 for (j = 0; j < nts; j++) 
                     iRN[l*size+ixsrc*nts+j] += rtrace[j]*scl*dx;
             
-            } /* end of parallel Nfoc loop */
+            } /* end of Nfoc loop */
 
             if (verbose>4) vmess("*** Shot gather %d processed ***", k);
 
-        } /* end of nshots (k) loop */
+        } /* end of nparallel shots (k) loop */
         free(sum);
         free(rtrace);
 
-- 
GitLab