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
fa8b3d1a
Commit
fa8b3d1a
authored
3 years ago
by
janthorbecke@gmail.com
Browse files
Options
Downloads
Patches
Plain Diff
made fdemmodc.c using latest getRecTimes call
parent
40a8bb60
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fdemmodc/fdemmodc.c
+4
-4
4 additions, 4 deletions
fdemmodc/fdemmodc.c
with
4 additions
and
4 deletions
fdemmodc/fdemmodc.c
+
4
−
4
View file @
fa8b3d1a
...
@@ -23,9 +23,9 @@ int writeSrcRecPos(modPar *mod, recPar *rec, srcPar *src, shotPar *shot);
...
@@ -23,9 +23,9 @@ int writeSrcRecPos(modPar *mod, recPar *rec, srcPar *src, shotPar *shot);
int
em4
(
modPar
mod
,
srcPar
src
,
wavPar
wav
,
bndPar
bnd
,
int
itime
,
int
ixsrc
,
int
izsrc
,
float
**
src_nwav
,
float
*
hz
,
float
*
hx
,
float
*
Ey
,
float
*
eprs
,
float
*
ksigma
,
float
*
mu
,
int
verbose
);
int
em4
(
modPar
mod
,
srcPar
src
,
wavPar
wav
,
bndPar
bnd
,
int
itime
,
int
ixsrc
,
int
izsrc
,
float
**
src_nwav
,
float
*
hz
,
float
*
hx
,
float
*
Ey
,
float
*
eprs
,
float
*
ksigma
,
float
*
mu
,
int
verbose
);
int
getRecTimes
(
modPar
mod
,
recPar
rec
,
bndPar
bnd
,
int
itime
,
int
isam
,
float
*
vx
,
float
*
vz
,
float
*
tzz
,
float
*
txx
,
int
getRecTimes
(
modPar
mod
,
recPar
rec
,
bndPar
bnd
,
int
itime
,
int
isam
,
float
*
vx
,
float
*
vz
,
float
*
tzz
,
float
*
txx
,
float
*
txz
,
float
*
l2m
,
float
*
rox
,
float
*
roz
,
float
*
txz
,
float
*
l2m
,
float
*
lam
,
float
*
rox
,
float
*
roz
,
float
*
rec_vx
,
float
*
rec_vz
,
float
*
rec_txx
,
float
*
rec_tzz
,
float
*
rec_txz
,
float
*
rec_vx
,
float
*
rec_vz
,
float
*
rec_txx
,
float
*
rec_tzz
,
float
*
rec_txz
,
float
*
rec_p
,
float
*
rec_pp
,
float
*
rec_ss
,
float
*
rec_udp
,
float
*
rec_udvz
,
int
verbose
);
float
*
rec_p
,
float
*
rec_pp
,
float
*
rec_ss
,
float
*
rec_udp
,
float
*
rec_udvz
,
int
verbose
);
int
writeEmRec
(
recPar
rec
,
modPar
mod
,
int
ixsrc
,
int
izsrc
,
int
nsam
,
int
ishot
,
int
fileno
,
int
writeEmRec
(
recPar
rec
,
modPar
mod
,
int
ixsrc
,
int
izsrc
,
int
nsam
,
int
ishot
,
int
fileno
,
...
@@ -380,7 +380,7 @@ shared (shot, bnd, mod, src, wav, rec, ixsrc, izsrc, it, src_nwav, verbose)
...
@@ -380,7 +380,7 @@ shared (shot, bnd, mod, src, wav, rec, ixsrc, izsrc, it, src_nwav, verbose)
/* store time at receiver positions */
/* store time at receiver positions */
getRecTimes
(
mod
,
rec
,
bnd
,
it
,
isam
,
vx
,
vz
,
tzz
,
txx
,
txz
,
getRecTimes
(
mod
,
rec
,
bnd
,
it
,
isam
,
vx
,
vz
,
tzz
,
txx
,
txz
,
mu
,
eprs
,
ksigma
,
mu
,
eprs
,
ksigma
,
ksigma
,
rec_vx
,
rec_vz
,
rec_txx
,
rec_tzz
,
rec_txz
,
rec_vx
,
rec_vz
,
rec_txx
,
rec_tzz
,
rec_txz
,
rec_p
,
rec_pp
,
rec_ss
,
NULL
,
NULL
,
verbose
);
rec_p
,
rec_pp
,
rec_ss
,
NULL
,
NULL
,
verbose
);
...
...
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