Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GPIAG-Software
IFOS2D
Commits
9c178999
Commit
9c178999
authored
Feb 26, 2016
by
Florian Wittkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUGFIX: STF
At a new frequency stage, STF was deactivated after the first shot.
parent
25c1f06a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/IFOS2D.c
src/IFOS2D.c
+3
-3
No files found.
src/IFOS2D.c
View file @
9c178999
...
@@ -1488,9 +1488,7 @@ int main(int argc, char **argv){
...
@@ -1488,9 +1488,7 @@ int main(int argc, char **argv){
stf
(
FP
,
fulldata_vz
,
sectionvz_obs
,
sectionvz_conv
,
source_time_function
,
recpos
,
recpos_loc
,
ntr_glob
,
ntr
,
srcpos
,
ishot
,
ns
,
iter
,
nsrc_glob
,
FC
,
1
,
nsrc_glob
);
stf
(
FP
,
fulldata_vz
,
sectionvz_obs
,
sectionvz_conv
,
source_time_function
,
recpos
,
recpos_loc
,
ntr_glob
,
ntr
,
srcpos
,
ishot
,
ns
,
iter
,
nsrc_glob
,
FC
,
1
,
nsrc_glob
);
}
}
/* do_stf controles if a STF is done or not */
do_stf
=
0
;
/* As STF was done no, it is deactivated (do_stf=0) until it will be activated*/
}
}
}
}
}
}
...
@@ -3956,6 +3954,8 @@ int main(int argc, char **argv){
...
@@ -3956,6 +3954,8 @@ int main(int argc, char **argv){
}
}
}
}
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
/*----------- End fullwaveform iteration loop ----------------------------------*/
/*----------- End fullwaveform iteration loop ----------------------------------*/
...
...
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