From 0231f72c96687cf62f5deb066a0fe7fbf4c6f8e5 Mon Sep 17 00:00:00 2001 From: cgohlke Date: Mon, 14 May 2012 17:05:45 -0700 Subject: [PATCH] unwrap: Fix crash on Windows --- unwrap2D/unwrap3D.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unwrap2D/unwrap3D.pyx b/unwrap2D/unwrap3D.pyx index 7a0aee9b..aa18b377 100644 --- a/unwrap2D/unwrap3D.pyx +++ b/unwrap2D/unwrap3D.pyx @@ -1,4 +1,4 @@ -cdef extern unwrap3D(float* wrapped_volume, +cdef extern void unwrap3D(float* wrapped_volume, float* unwrapped_volume, unsigned char* input_mask, int image_width, int image_height, int volume_depth,