Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSource
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Willem Thorbecke
OpenSource
Commits
b7ce77fb
Commit
b7ce77fb
authored
5 years ago
by
Jan Thorbecke
Browse files
Options
Downloads
Patches
Plain Diff
correct typo's
parent
dac7db2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
marchenko/marchenko.c
+1
-1
1 addition, 1 deletion
marchenko/marchenko.c
marchenko/synthesis.c
+1
-0
1 addition, 0 deletions
marchenko/synthesis.c
with
2 additions
and
1 deletion
marchenko/marchenko.c
+
1
−
1
View file @
b7ce77fb
...
...
@@ -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
synthesiPosi
s
tions
(
int
nx
,
int
nt
,
int
nxs
,
int
nts
,
float
dt
,
float
*
xsyn
,
int
Nfoc
,
float
*
xrcv
,
float
*
xsrc
,
int
*
xnx
,
void
synthesi
s
Positions
(
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
);
...
...
This diff is collapsed.
Click to expand it.
marchenko/synthesis.c
+
1
−
0
View file @
b7ce77fb
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment