X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.cxx;h=5fb33b226fca53838fb756a767a7a003527c62a8;hb=1a11accd11061d63d3c09db7b1445637207e81e4;hp=89ff5dc0dec821835bfda402993df1448c810520;hpb=72911a1e847536580a21f85f211c0a14cdcf944c;p=gdcm.git diff --git a/vtk/vtkGdcmReader.cxx b/vtk/vtkGdcmReader.cxx index 89ff5dc0..5fb33b22 100644 --- a/vtk/vtkGdcmReader.cxx +++ b/vtk/vtkGdcmReader.cxx @@ -581,7 +581,7 @@ size_t vtkGdcmReader::LoadImageInMemory( size_t size; // If the data structure of vtk for image/volume representation - // were straigthforwards the following would suffice: + // were straigthforwards the following would be enough: // GdcmFile.GetImageDataIntoVector((void*)Dest, size); // But vtk chooses to invert the lines of an image, that is the last // line comes first (for some axis related reasons?). Hence we need