diff --git a/.gitignore b/.gitignore
index b092bca9a0dec9f884f8b6c2279b6ccdfaa27771..b67ba9f637168158a2e7faa8a9f36fbdffdb8fc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@ utils/makemod
 utils/makewave
 utils/mat2su
 utils/syn2d
+fdelmodc/fdelmodc
+include/genfft.h
diff --git a/fdelmodc/fdelmodc b/fdelmodc/fdelmodc
index 382cd1c5575f58d222661eb98fe39717c95c9705..749fd04edacc5f1be9c2f189e0f7cb729b7b0342 100755
Binary files a/fdelmodc/fdelmodc and b/fdelmodc/fdelmodc differ
diff --git a/marchenko/readShotData.c b/marchenko/readShotData.c
index be09fbe5d26e6ac2ada0eb92a49f1bcf8a02ed7e..92d08be204d89c82c86c41f85246ce4f36a5a006 100644
--- a/marchenko/readShotData.c
+++ b/marchenko/readShotData.c
@@ -75,6 +75,7 @@ int readShotData(char *filename, float *xrcv, float *xsrc, float *zsrc, int *xnx
         if (nread != TRCBYTES) { /* no more data in file */
             break;
         }
+
 /* ToDo Don't store the traces that are not in the aperture */
 /*
         if ( (NINT(sx_shot*scl-fxse) > 0) || (NINT(-fxsb) > 0) ) {