unwrap: Fix crash on Windows

This commit is contained in:
cgohlke
2013-11-22 10:42:27 +01:00
committed by Jostein Bø Fløystad
parent c88bbf9891
commit 0231f72c96
+1 -1
View File
@@ -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,