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
b652a553
Commit
b652a553
authored
5 years ago
by
JanThorbecke
Browse files
Options
Downloads
Patches
Plain Diff
WS15
parent
f3c774a3
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
.gitignore
+7
-0
7 additions, 0 deletions
.gitignore
marchenko/synthesis.c
+2
-2
2 additions, 2 deletions
marchenko/synthesis.c
with
9 additions
and
2 deletions
.gitignore
+
7
−
0
View file @
b652a553
...
@@ -23,6 +23,12 @@ utils/makewave
...
@@ -23,6 +23,12 @@ utils/makewave
utils/mat2su
utils/mat2su
utils/syn2d
utils/syn2d
utils/green3D
utils/green3D
utils/HomG
utils/MuteSnap
utils/Snap2Shot
utils/combine
utils/combine_induced
utils/reshape_su
fdelmodc/fdelmodc
fdelmodc/fdelmodc
include/genfft.h
include/genfft.h
Make_include
Make_include
...
@@ -48,4 +54,5 @@ marchenko_applications/iba
...
@@ -48,4 +54,5 @@ marchenko_applications/iba
marchenko_applications/marchenko_app
marchenko_applications/marchenko_app
marchenko_applications/reshape_su
marchenko_applications/reshape_su
raytime3d/raytime3d
raytime3d/raytime3d
raytime/Raytime
MDD/mdd
MDD/mdd
This diff is collapsed.
Click to expand it.
marchenko/synthesis.c
+
2
−
2
View file @
b652a553
...
@@ -173,11 +173,11 @@ nw, int nw_low, int nw_high, int mode, int reci, int nshots, int *ixpos, int np
...
@@ -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
++
)
for
(
j
=
0
;
j
<
nts
;
j
++
)
iRN
[
l
*
size
+
ixsrc
*
nts
+
j
]
+=
rtrace
[
j
]
*
scl
*
dx
;
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
);
if
(
verbose
>
4
)
vmess
(
"*** Shot gather %d processed ***"
,
k
);
}
/* end of nshots (k) loop */
}
/* end of n
parallel
shots (k) loop */
free
(
sum
);
free
(
sum
);
free
(
rtrace
);
free
(
rtrace
);
...
...
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