]> Creatis software - gdcm.git/blobdiff - src/gdcmFile.cxx
Remaining \n in std::cout and std::cerr replaced by std::endl
[gdcm.git] / src / gdcmFile.cxx
index a864ff554eb74eef882b267d643042419149b33c..a3cb423c17e6efa2382f03c014a0c5c896a3df37 100644 (file)
@@ -538,7 +538,7 @@ bool gdcmFile::ReadPixelData(void* destination) {
          } 
          
       //(char *) destination += taille * nBytes;
-      //cout << "destination" << destination << "\n";
+      //cout << "destination" << destination << std::endl;
       }
                 
       return res;