From 3bf54536783b2b5436c119f262a53c2d4e037891 Mon Sep 17 00:00:00 2001
From: madsmpedersen <m@madsp.dk>
Date: Mon, 1 Feb 2016 10:07:46 +0100
Subject: [PATCH] temp change for debug

---
 wetb/fast/fast_io.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wetb/fast/fast_io.py b/wetb/fast/fast_io.py
index b52b5a5..4392e0d 100644
--- a/wetb/fast/fast_io.py
+++ b/wetb/fast/fast_io.py
@@ -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
-- 
GitLab