Skip to content

Commit c1503fb

Browse files
committed
[mod] npyio to latest
1 parent 645eea2 commit c1503fb

File tree

3 files changed

+169
-133
lines changed

3 files changed

+169
-133
lines changed

include/fileio.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ typedef struct {
88
// NPY datatypes, which are embedded in NPY files ("dtype" argument)
99
// they are declared here and defined in src/fileio.c
1010
// NOTE: size (x-byte) may be wrong, depending on the architecture
11-
// 4-byte little-endian integer
12-
const char * npy_int;
1311
// 8-byte little-endian unsigned integer
1412
const char * npy_size_t;
1513
// 8-byte little-endian floating point

0 commit comments

Comments
 (0)