Skip to content

Commit

Permalink
Tue Jan 21 15:58:25 CST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Y. Chen authored and Y. Chen committed Jan 21, 2025
1 parent 817a227 commit cf5840d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user/chenyk/Mefd3dmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,11 @@ int main(int argc, char* argv[])
if (!sf_histfloat(Fvp,"d3",&dy)) sf_error("No d3= in input");/* veloctiy model: dy */
if (!sf_getint("nb",&nb)) nb=30; /* thickness of ABC layer */
if (!sf_getint("nt",&nt)) sf_error("nt required");/* number of time steps */
if (jsnap>nt) sf_error("make sure jsnap<=nt");
if (!sf_getfloat("dt",&dt)) sf_error("dt required");/* time sampling interval */
if (!sf_getfloat("fm",&fm)) fm=20.0; /*dominant freq of Ricker wavelet */
if (!sf_getint("ft",&ft)) ft=0; /* first recorded time */
if (!sf_getint("jsnap",&jsnap)) jsnap=1; /* interval for snapshots */
if (jsnap>nt) sf_error("make sure jsnap<=nt");
if(!sf_getfloat("ct",&ct)) ct=0.01;/*for absorbing boundary*/

if(ifwfd)
Expand Down
2 changes: 1 addition & 1 deletion user/chenyk/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ zerotrace hilbert cdivdir cabs cemd1 cemd2 snr2 snr3 snrcyk preerror
threshold1 tsmf fxdecon simidenoise bin2rsf rsf2bin halfthr hradon
suplane simidenoise1 rmtrace prekirch psmig pocssemb afd2d
prekirchsr simpostkirch presr nlm1 nlm2 dblendseis svmf genshotscyk dip_fb dipn_fb dipl dipln selfblend ycvelxf ycvelinvww afd2domp low addtrace matlr pnmomf expd ltfts ltftn fxynpre fxynpre2
orthol orthon orthonc orthoa smoothn warpscann dipn efd3dmt sint2 sint3 eikonal_rtp eikonal_surf eikonal_surf_dv1d txt2rsf rsf2txt npef5_recon
orthol orthon orthonc orthoa smoothn warpscann dipn efd3dmt sint2 sint3 eikonal_rtp eikonal_surf eikonal_surf_dv1d txt2rsf rsf2txt npef5_recon aps3d
'''
ccprogs = 'diffcxx'

Expand Down

0 comments on commit cf5840d

Please sign in to comment.