Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
IFOS2D
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GPIAG-Software
IFOS2D
Commits
5ae8a37e
Commit
5ae8a37e
authored
May 11, 2016
by
laura.gassner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUGFIX y-coordinate in SU output should be 0
parent
42299882
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
src/outseis_glob.c
src/outseis_glob.c
+2
-3
src/outseis_vector.c
src/outseis_vector.c
+2
-3
No files found.
src/outseis_glob.c
View file @
5ae8a37e
...
...
@@ -122,10 +122,9 @@ int nsrc, int ns, int seis_form, int ishot, int sws){
tr
.
gwdep
=
0
;
/* water depth at receiver group */
tr
.
sy
=
(
signed
int
)
iround
(
YS
*
1000
.
0
)
;
/* Y source coordinate */
tr
.
sy
=
0
;
/* Y source coordinate */
tr
.
gy
=
(
signed
int
)
iround
(
yr
*
1000
.
0
)
;
/* Y group coordinate */
tr
.
gy
=
0
;
/* Y group coordinate */
tr
.
counit
=
0
;
/* coordinate units code:
for previous four entries
...
...
src/outseis_vector.c
View file @
5ae8a37e
...
...
@@ -123,10 +123,9 @@ int nsrc, int ns, int seis_form, int ishot, int sws){
tr
.
gwdep
=
0
;
/* water depth at receiver group */
tr
.
sy
=
(
signed
int
)
iround
(
YS
*
1000
.
0
)
;
/* Y source coordinate */
tr
.
sy
=
0
;
/* Y source coordinate */
tr
.
gy
=
(
signed
int
)
iround
(
yr
*
1000
.
0
)
;
/* Y group coordinate */
tr
.
gy
=
0
;
/* Y group coordinate */
tr
.
counit
=
0
;
/* coordinate units code:
for previous four entries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment