diff --git a/.gitignore b/.gitignore index e99b1a90490e08865aad83e059ecdd17e03bf3e3..ec0a9233df5ad189397e8847694bc34c7033d617 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 2118510d70aac94a0bd077cbab3b499152ce1ddb..a1197a2a8022aff389aa6f6b2e7e14abfb423b99 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);