There was an error while loading. Please reload this page.
1 parent 1c907db commit 54f3b3cCopy full SHA for 54f3b3c
3 files changed
package/MDAnalysis/lib/formats/xdrlib.pxd
@@ -7,7 +7,7 @@ cdef extern from 'include/xdrfile.h':
7
8
XDRFILE* xdrfile_open (char * path, char * mode)
9
int xdrfile_close (XDRFILE * xfp)
10
- xdr_seek(XDRFILE *xfp, int pos, int whence)
+ xdr_seek(XDRFILE *xfp, int64_t pos, int whence)
11
ctypedef float matrix[3][3]
12
ctypedef float rvec[3]
13
0 commit comments