Skip to content
Snippets Groups Projects
Commit 92ad6b07 authored by Jan Thorbecke's avatar Jan Thorbecke
Browse files

bug fix

parent a9c8d803
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ int writeRec(recPar rec, modPar mod, bndPar bnd, wavPar wav, int ixsrc, int izsr
hdr.trid = 1;
hdr.ns = nsam;
hdr.trwf = rec.n;
hdr.ntr = (ishot+1)*rec.n;
hdr.ntr = rec.n;
if (mod.grid_dir) { /* reverse time modeling */
hdr.f1 = (-mod.nt+1)*mod.dt;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment