X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestCopyDicom.cxx;h=66a4fbfd62ba500add92a2ff63ed5028626e3c24;hb=c556c62e38ad8f5b0423a91d919c13ac85a23f32;hp=212e0d02d5528238326b88aa44f9788e8287ad6d;hpb=bc69950a406d06c50f0fb75a96572784965cb534;p=gdcm.git diff --git a/Testing/TestCopyDicom.cxx b/Testing/TestCopyDicom.cxx index 212e0d02..66a4fbfd 100644 --- a/Testing/TestCopyDicom.cxx +++ b/Testing/TestCopyDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestCopyDicom.cxx,v $ Language: C++ - Date: $Date: 2005/10/18 08:35:46 $ - Version: $Revision: 1.42 $ + Date: $Date: 2005/10/21 08:35:49 $ + Version: $Revision: 1.43 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -76,6 +76,9 @@ int CopyDicom(std::string const &filename, // Useless to set the image data, because it's already made when // copying the corresponding DataEntry that contains the pixel data + + // --> FIXME : Why do we let the following line? + // to avoid compile time warnings? copy->SetImageData(imageData, dataSize); //////////////// Step 3: