Skip to content

Commit

Permalink
measure_xcorr: 2to3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Nov 21, 2016
1 parent b339172 commit 9cecaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/measure_xcorr
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if __name__ == "__main__":

result = compute_xcorr(sourcevol, targetvol, options.mask)

print result
print(result)



Expand Down

0 comments on commit 9cecaaa

Please sign in to comment.