[segyio] 201/376: fixup! Read/write sub traces and speed up depth reading.

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

jokva-guest pushed a commit to branch debian
in repository segyio.

commit d23a271e700c3c70b56cca9ec6018748d3d4924b
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date:   Fri Feb 17 13:15:35 2017 +0100

    fixup! Read/write sub traces and speed up depth reading.
---
 lib/include/segyio/segy.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/include/segyio/segy.h b/lib/include/segyio/segy.h
index 1188581..6247ef4 100644
--- a/lib/include/segyio/segy.h
+++ b/lib/include/segyio/segy.h
@@ -151,8 +151,8 @@ int segy_writetrace( segy_file*,
 /*
  * read/write sub traces, with the same assumption and requirements as
  * segy_readtrace. fst and lst are *indices*, not byte offsets, so
- * segy_readsubtr(fp, traceno, 0, 12, ...) reads samples 0 through 12, and not
- * 0 throuh 3.
+ * segy_readsubtr(fp, traceno, 10, 12, ...) reads samples 10 through 12, and
+ * not bytes 10 through 12.
  */
 int segy_readsubtr( segy_file*,
                     int traceno,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git



More information about the debian-science-commits mailing list