Skip to content

Commit

Permalink
MFE: fixed return output of the NumPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Apr 7, 2017
1 parent 7504938 commit 1f679be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def main():

B.start()
for _ in range(B.size[2]):
calcB(window(B_x0))
Rx, Ry, Rz = calcB(window(B_x0))
B.flush()
B.stop()
B.pprint()

Expand Down

0 comments on commit 1f679be

Please sign in to comment.