From 6de2b63c9e8450d15b9338335383d76bb1304eea Mon Sep 17 00:00:00 2001 From: Jan Thorbecke <janth@xs4all.nl> Date: Thu, 18 Apr 2019 14:02:34 +0200 Subject: [PATCH] correct typo's --- marchenko/marchenko.c | 2 +- marchenko/synthesis.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/marchenko/marchenko.c b/marchenko/marchenko.c index 405e766..d7d95c0 100644 --- a/marchenko/marchenko.c +++ b/marchenko/marchenko.c @@ -53,7 +53,7 @@ Nfoc, float *xrcv, float *xsrc, int *xnx, float fxse, float fxsb, float dxs, flo nw, int nw_low, int nw_high, int mode, int reci, int nshots, int *ixpos, int npos, double *tfft, int *isxcount, int *reci_xsrc, int *reci_xrcv, float *ixmask, int verbose); -void synthesiPosistions(int nx, int nt, int nxs, int nts, float dt, float *xsyn, int Nfoc, float *xrcv, float *xsrc, int *xnx, +void synthesisPositions(int nx, int nt, int nxs, int nts, float dt, float *xsyn, int Nfoc, float *xrcv, float *xsrc, int *xnx, float fxse, float fxsb, float dxs, float dxsrc, float dx, int nshots, int *ixpos, int *npos, int *isxcount, int countmin, int reci, int verbose); int linearsearch(int *array, size_t N, int value); diff --git a/marchenko/synthesis.c b/marchenko/synthesis.c index f02b691..4a88313 100644 --- a/marchenko/synthesis.c +++ b/marchenko/synthesis.c @@ -11,6 +11,7 @@ #include <math.h> #include <assert.h> #include <genfft.h> +#include "par.h" int omp_get_max_threads(void); int omp_get_num_threads(void); -- GitLab