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

correct typo's

parent dac7db2e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -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);
......
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