Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124241 | Differences between
and this patch

Collapse All | Expand All

(-)Wrapping/WrapITK/ExternalProjects/PyBuffer/itkPyBuffer.txx (-1 / +1 lines)
Lines 49-55 Link Here
49
 
49
 
50
  char * data = (char *)( buffer );
50
  char * data = (char *)( buffer );
51
  
51
  
52
  int dimensions[ ImageDimension ];
52
  npy_intp dimensions[ ImageDimension ];
53
  
53
  
54
  SizeType size = image->GetBufferedRegion().GetSize();
54
  SizeType size = image->GetBufferedRegion().GetSize();
55
  
55
  

Return to bug 124241