[segyio] 56/376: Make SegySpec.trace_sorting_format unsigned
Jørgen Kvalsvik
jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:07 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 759f090b01c7b7b91a777c1d288203b8d182dc44
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date: Wed Oct 19 14:02:44 2016 +0200
Make SegySpec.trace_sorting_format unsigned
---
src/spec/segyspec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spec/segyspec.h b/src/spec/segyspec.h
index 80241f8..e14a839 100644
--- a/src/spec/segyspec.h
+++ b/src/spec/segyspec.h
@@ -19,7 +19,7 @@ typedef struct {
double* sample_indexes;
unsigned int sample_count;
- unsigned int trace_sorting_format;
+ int trace_sorting_format;
unsigned int il_stride;
unsigned int xl_stride;
--
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