From 9ea432055c06b7e24a97a02cbb2a227a7a15a613 Mon Sep 17 00:00:00 2001
From: JanThorbecke <janth@xs4all.nl>
Date: Thu, 7 May 2020 08:05:46 +0200
Subject: [PATCH] adding plane-wave processing to basic marchenko scheme

---
 marchenko/Makefile | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/marchenko/Makefile b/marchenko/Makefile
index 61b0b11..7873afb 100644
--- a/marchenko/Makefile
+++ b/marchenko/Makefile
@@ -37,21 +37,6 @@ SRCH	= marchenko.c \
 		docpkge.c \
 		getpars.c
 
-SRCT	= marchenko_tshift.c \
-		getFileInfo.c  \
-		readData.c \
-		readShotData.c \
-		readTinvData.c \
-		applyMute_tshift.c \
-		writeData.c \
-		writeDataIter.c \
-		wallclock_time.c \
-		name_ext.c  \
-		verbosepkg.c  \
-		atopkge.c \
-		docpkge.c \
-		getpars.c
-
 SRCP	= marchenko_primaries.c \
 		synthesis.c  \
 		getFileInfo.c  \
-- 
GitLab