Skip to content
Snippets Groups Projects
Commit 3bf54536 authored by mads's avatar mads
Browse files

temp change for debug

parent 3fa1e91d
Branches
Tags
No related merge requests found
......@@ -69,7 +69,7 @@ def load_binary_output(filename):
x = fid.read(nbytes * n)
d = struct.unpack(fmt * n, x)
print (n, type, fmt, nbytes, x, d)
return d
return d
FileFmtID_WithTime = 1 #% File identifiers used in FAST
FileFmtID_WithoutTime = 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment