Skip to content

Commit 54f3b3c

Browse files
committed
try to seek again
this still fails.
1 parent 1c907db commit 54f3b3c

3 files changed

Lines changed: 686 additions & 519 deletions

File tree

package/MDAnalysis/lib/formats/xdrlib.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cdef extern from 'include/xdrfile.h':
77

88
XDRFILE* xdrfile_open (char * path, char * mode)
99
int xdrfile_close (XDRFILE * xfp)
10-
xdr_seek(XDRFILE *xfp, int pos, int whence)
10+
xdr_seek(XDRFILE *xfp, int64_t pos, int whence)
1111
ctypedef float matrix[3][3]
1212
ctypedef float rvec[3]
1313

0 commit comments

Comments
 (0)