Skip to content

Commit 171e39c

Browse files
author
Daniel Buscombe
committed
Sun Jan 21 11:24:12 MST 2018
1 parent 6c30d1f commit 171e39c

File tree

8 files changed

+46
-46
lines changed

8 files changed

+46
-46
lines changed

PyHum/pyread.c

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PyHum/pyread.o

0 Bytes
Binary file not shown.

PyHum/pyread.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ cdef class pyread:
5959
headbytes=68
6060
elif model==0: ##0 = onix
6161
headbytes=68
62-
elif model=='1': ##helix
62+
elif model==1: ##helix
6363
headbytes=68
64-
elif model=='2': ##mega
64+
elif model==2: ##mega
6565
headbytes=68
6666
else: #tested so far 998, 1198
6767
headbytes=67

PyHum/pyread.so

0 Bytes
Binary file not shown.

PyHum/pyread_single.c

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PyHum/pyread_single.o

0 Bytes
Binary file not shown.

PyHum/pyread_single.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ cdef class pyread:
7272
headbytes=72
7373
elif model==1199:
7474
headbytes=68
75-
elif model=='0': ##onix
75+
elif model==0: ##onix
7676
headbytes=68
77-
elif model=='1': ##helix
77+
elif model==1: ##helix
7878
headbytes=68
79-
elif model=='2': ##mega
79+
elif model==2: ##mega
8080
headbytes=68
8181
else: #tested so far 998, 1198, 898
8282
headbytes=67

PyHum/pyread_single.so

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)