Skip to content
Snippets Groups Projects
Commit fc126b39 authored by Jan Willem Thorbecke's avatar Jan Willem Thorbecke
Browse files

ignoring some files

parent ef0360ee
No related branches found
No related tags found
No related merge requests found
...@@ -17,3 +17,5 @@ utils/makemod ...@@ -17,3 +17,5 @@ utils/makemod
utils/makewave utils/makewave
utils/mat2su utils/mat2su
utils/syn2d utils/syn2d
fdelmodc/fdelmodc
include/genfft.h
No preview for this file type
...@@ -75,6 +75,7 @@ int readShotData(char *filename, float *xrcv, float *xsrc, float *zsrc, int *xnx ...@@ -75,6 +75,7 @@ int readShotData(char *filename, float *xrcv, float *xsrc, float *zsrc, int *xnx
if (nread != TRCBYTES) { /* no more data in file */ if (nread != TRCBYTES) { /* no more data in file */
break; break;
} }
/* ToDo Don't store the traces that are not in the aperture */ /* ToDo Don't store the traces that are not in the aperture */
/* /*
if ( (NINT(sx_shot*scl-fxse) > 0) || (NINT(-fxsb) > 0) ) { if ( (NINT(sx_shot*scl-fxse) > 0) || (NINT(-fxsb) > 0) ) {
......
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