source:
issm/oecreview/Archive/23390-24306/ISSM-24200-24201.diff
Last change on this file was 24307, checked in by , 5 years ago | |
---|---|
File size: 473 bytes |
-
../trunk-jpl/scripts/BinRead.py
31 31 32 32 #Step 2: read the data itself. 33 33 #first read length of record 34 reclen=struct.unpack(' i',f.read(struct.calcsize('i')))[0]34 reclen=struct.unpack('q',f.read(struct.calcsize('q')))[0] 35 35 if verbose>1: 36 36 print "reclen = %d" % reclen 37 37
Note:
See TracBrowser
for help on using the repository browser.